diff options
Diffstat (limited to 'drivers/scsi/hosts.h')
-rw-r--r-- | drivers/scsi/hosts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/hosts.h b/drivers/scsi/hosts.h index 685925e7d..f7e546fa6 100644 --- a/drivers/scsi/hosts.h +++ b/drivers/scsi/hosts.h @@ -96,6 +96,8 @@ typedef struct SHT */ int (* detect)(struct SHT *); + int (*revoke)(Scsi_Device *); + /* Used with loadable modules to unload the host structures. Note: * there is a default action built into the modules code which may * be sufficient for most host adapters. Thus you may not have to supply |