[SCSI] Handle disk devices which can not process medium access commands
[linux-2.6-block.git] / include / scsi / scsi_driver.h
index 9fd6702f02e2ee540effd667c3af3e37f87e4b42..d443aa06a72287e4a1ca45c70243b38628686a30 100644 (file)
@@ -16,6 +16,7 @@ struct scsi_driver {
 
        void (*rescan)(struct device *);
        int (*done)(struct scsi_cmnd *);
+       int (*eh_action)(struct scsi_cmnd *, unsigned char *, int, int);
 };
 #define to_scsi_driver(drv) \
        container_of((drv), struct scsi_driver, gendrv)