diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 751aabc21a3e..529af9fbed53 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -210,6 +210,7 @@ enum { | |||
210 | ATA_PFLAG_UNLOADING = (1 << 5), /* module is unloading */ | 210 | ATA_PFLAG_UNLOADING = (1 << 5), /* module is unloading */ |
211 | ATA_PFLAG_SCSI_HOTPLUG = (1 << 6), /* SCSI hotplug scheduled */ | 211 | ATA_PFLAG_SCSI_HOTPLUG = (1 << 6), /* SCSI hotplug scheduled */ |
212 | ATA_PFLAG_INITIALIZING = (1 << 7), /* being initialized, don't touch */ | 212 | ATA_PFLAG_INITIALIZING = (1 << 7), /* being initialized, don't touch */ |
213 | ATA_PFLAG_RESETTING = (1 << 8), /* reset in progress */ | ||
213 | 214 | ||
214 | ATA_PFLAG_SUSPENDED = (1 << 17), /* port is suspended (power) */ | 215 | ATA_PFLAG_SUSPENDED = (1 << 17), /* port is suspended (power) */ |
215 | ATA_PFLAG_PM_PENDING = (1 << 18), /* PM operation pending */ | 216 | ATA_PFLAG_PM_PENDING = (1 << 18), /* PM operation pending */ |