scsi: core: Add a no_highmem flag to struct Scsi_Host
[linux-2.6-block.git] / include / scsi / scsi_host.h
index b259d42a1e1affd9d82be3975782b1b526e97437..6d77c48e8311fb892ee280e806a2fec7ad2c140d 100644 (file)
@@ -665,6 +665,8 @@ struct Scsi_Host {
        /* The transport requires the LUN bits NOT to be stored in CDB[1] */
        unsigned no_scsi2_lun_in_cdb:1;
 
+       unsigned no_highmem:1;
+
        /*
         * Optional work queue to be utilized by the transport
         */