]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SCSI] add template for scsi_host_set_state()
authorJames Bottomley <jejb@titanic.(none)>
Sat, 30 Jul 2005 16:39:53 +0000 (11:39 -0500)
committerJames Bottomley <jejb@titanic.(none)>
Sat, 30 Jul 2005 16:39:53 +0000 (11:39 -0500)
Fixes up some warnings in the tree.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
include/scsi/scsi_host.h

index 1ea5b51d17493ace9cd5cdf828cfd7e7e554a442..ac1b6125e3ae7d2ea87df9380ad457b53f72f8fc 100644 (file)
@@ -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 */