aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/libsas.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h
index 7bf2e8b9903c..a1fc20a47c50 100644
--- a/include/scsi/libsas.h
+++ b/include/scsi/libsas.h
@@ -528,6 +528,8 @@ struct sas_task {
528 528
529 void *lldd_task; /* for use by LLDDs */ 529 void *lldd_task; /* for use by LLDDs */
530 void *uldd_task; 530 void *uldd_task;
531
532 struct work_struct abort_work;
531}; 533};
532 534
533 535
@@ -627,4 +629,6 @@ void sas_unregister_dev(struct domain_device *);
627 629
628void sas_init_dev(struct domain_device *); 630void sas_init_dev(struct domain_device *);
629 631
632void sas_task_abort(struct sas_task *task);
633
630#endif /* _SASLIB_H_ */ 634#endif /* _SASLIB_H_ */