X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fscsi%2Fscsi_driver.h;h=1f5ca7f621165797ff559203e99b5a1deebe1624;hb=ed223129a30de7d244ca9b59819f5532c9caf039;hp=56a304709fde0acc626f0ec4e8a6740c1ee2851e;hpb=39cd72de49032f1d9cd9166241ff4854a2cbb56b;p=~andy%2Flinux diff --git a/include/scsi/scsi_driver.h b/include/scsi/scsi_driver.h index 56a304709fd..1f5ca7f6211 100644 --- a/include/scsi/scsi_driver.h +++ b/include/scsi/scsi_driver.h @@ -15,6 +15,7 @@ struct scsi_driver { struct device_driver gendrv; void (*rescan)(struct device *); + int (*done)(struct scsi_cmnd *); }; #define to_scsi_driver(drv) \ container_of((drv), struct scsi_driver, gendrv)