aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/libata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 95b74ba7dbf4..90abcdc3d4ef 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -190,6 +190,7 @@ enum {
190 ATA_PFLAG_LOADING = (1 << 4), /* boot/loading probe */ 190 ATA_PFLAG_LOADING = (1 << 4), /* boot/loading probe */
191 ATA_PFLAG_UNLOADING = (1 << 5), /* module is unloading */ 191 ATA_PFLAG_UNLOADING = (1 << 5), /* module is unloading */
192 ATA_PFLAG_SCSI_HOTPLUG = (1 << 6), /* SCSI hotplug scheduled */ 192 ATA_PFLAG_SCSI_HOTPLUG = (1 << 6), /* SCSI hotplug scheduled */
193 ATA_PFLAG_INITIALIZING = (1 << 7), /* being initialized, don't touch */
193 194
194 ATA_PFLAG_FLUSH_PORT_TASK = (1 << 16), /* flush port task */ 195 ATA_PFLAG_FLUSH_PORT_TASK = (1 << 16), /* flush port task */
195 ATA_PFLAG_SUSPENDED = (1 << 17), /* port is suspended (power) */ 196 ATA_PFLAG_SUSPENDED = (1 << 17), /* port is suspended (power) */