hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/scsi/scsi_driver.h
....@@ -2,6 +2,7 @@
22 #ifndef _SCSI_SCSI_DRIVER_H
33 #define _SCSI_SCSI_DRIVER_H
44
5
+#include <linux/blk_types.h>
56 #include <linux/device.h>
67
78 struct module;
....@@ -13,7 +14,7 @@
1314 struct device_driver gendrv;
1415
1516 void (*rescan)(struct device *);
16
- int (*init_command)(struct scsi_cmnd *);
17
+ blk_status_t (*init_command)(struct scsi_cmnd *);
1718 void (*uninit_command)(struct scsi_cmnd *);
1819 int (*done)(struct scsi_cmnd *);
1920 int (*eh_action)(struct scsi_cmnd *, int);