forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 151fecfb72a0d602dfe79790602ef64b4e241574
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);