diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 2f7bbfc0c41b..36938ae1254d 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -260,6 +260,8 @@ enum { | |||
260 | /* ata_eh_info->flags */ | 260 | /* ata_eh_info->flags */ |
261 | ATA_EHI_HOTPLUGGED = (1 << 0), /* could have been hotplugged */ | 261 | ATA_EHI_HOTPLUGGED = (1 << 0), /* could have been hotplugged */ |
262 | ATA_EHI_RESUME_LINK = (1 << 1), /* need to resume link */ | 262 | ATA_EHI_RESUME_LINK = (1 << 1), /* need to resume link */ |
263 | ATA_EHI_NO_AUTOPSY = (1 << 2), /* no autopsy */ | ||
264 | ATA_EHI_QUIET = (1 << 3), /* be quiet */ | ||
263 | 265 | ||
264 | ATA_EHI_DID_RESET = (1 << 16), /* already reset this port */ | 266 | ATA_EHI_DID_RESET = (1 << 16), /* already reset this port */ |
265 | 267 | ||