scsi: sd: Fix system start for ATA devices
[platform/kernel/linux-rpi.git] / include / scsi / scsi_device.h
index b919ed2..8fa1153 100644 (file)
@@ -181,6 +181,12 @@ struct scsi_device {
         */
        unsigned manage_shutdown:1;
 
+       /*
+        * If set and if the device is runtime suspended, ask the high-level
+        * device driver (sd) to force a runtime resume of the device.
+        */
+       unsigned force_runtime_start_on_system_start:1;
+
        unsigned removable:1;
        unsigned changed:1;     /* Data invalid due to media change */
        unsigned busy:1;        /* Used to prevent races */