TaskManagement: Add a function to abort a scsi_task

This commit is contained in:
Ronnie Sahlberg
2011-02-19 18:04:55 +11:00
parent fb34c5615a
commit b81d21ce8c
4 changed files with 30 additions and 10 deletions

View File

@@ -129,6 +129,7 @@ struct scsi_task {
uint32_t itt;
uint32_t cmdsn;
uint32_t lun;
};
void scsi_free_scsi_task(struct scsi_task *task);