]> err.no Git - linux-2.6/blobdiff - include/scsi/scsi_host.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb
[linux-2.6] / include / scsi / scsi_host.h
index 6cbb1982ed0320d306e136f50d6b380bbd9cbcbb..230bc55c0bfa163be4c47437aa8ba82f6bb7e476 100644 (file)
@@ -295,6 +295,12 @@ struct scsi_host_template {
         */
        int (*proc_info)(struct Scsi_Host *, char *, char **, off_t, int, int);
 
+       /*
+        * suspend support
+        */
+       int (*resume)(struct scsi_device *);
+       int (*suspend)(struct scsi_device *);
+
        /*
         * Name of proc directory
         */
@@ -392,7 +398,6 @@ struct scsi_host_template {
        /*
         * ordered write support
         */
-       unsigned ordered_flush:1;
        unsigned ordered_tag:1;
 
        /*