[SCSI] scsi_dh: Implement match callback function
[pandora-kernel.git] / include / scsi / scsi_device.h
index f751d37..5591ed5 100644 (file)
@@ -197,6 +197,7 @@ struct scsi_device_handler {
        int (*activate)(struct scsi_device *, activate_complete, void *);
        int (*prep_fn)(struct scsi_device *, struct request *);
        int (*set_params)(struct scsi_device *, const char *);
+       bool (*match)(struct scsi_device *);
 };
 
 struct scsi_dh_data {