diff options
author | James Bottomley <jejb@titanic.(none)> | 2005-07-30 11:39:53 -0500 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-07-30 11:39:53 -0500 |
commit | 47ba39eead9f4495cd6a3eca39d7c73d0f0d61c9 (patch) | |
tree | 49eaf65fda30d8824d9ce79a195c4399e65b6650 | |
parent | 82f29467a025f6a2192d281e97fca0be46e905cc (diff) |
[SCSI] add template for scsi_host_set_state()
Fixes up some warnings in the tree.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-rw-r--r-- | include/scsi/scsi_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index 1ea5b51d174..ac1b6125e3a 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h @@ -676,5 +676,6 @@ extern struct scsi_device *scsi_get_host_dev(struct Scsi_Host *); /* legacy interfaces */ extern struct Scsi_Host *scsi_register(struct scsi_host_template *, int); extern void scsi_unregister(struct Scsi_Host *); +extern int scsi_host_set_state(struct Scsi_Host *, enum scsi_host_state); #endif /* _SCSI_SCSI_HOST_H */ |