diff options
Diffstat (limited to 'include/linux/ata.h')
-rw-r--r-- | include/linux/ata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ata.h b/include/linux/ata.h index c7a353825450..40d150ad7e07 100644 --- a/include/linux/ata.h +++ b/include/linux/ata.h | |||
@@ -448,6 +448,8 @@ enum { | |||
448 | ATA_SET_MAX_LOCK = 0x02, | 448 | ATA_SET_MAX_LOCK = 0x02, |
449 | ATA_SET_MAX_UNLOCK = 0x03, | 449 | ATA_SET_MAX_UNLOCK = 0x03, |
450 | ATA_SET_MAX_FREEZE_LOCK = 0x04, | 450 | ATA_SET_MAX_FREEZE_LOCK = 0x04, |
451 | ATA_SET_MAX_PASSWD_DMA = 0x05, | ||
452 | ATA_SET_MAX_UNLOCK_DMA = 0x06, | ||
451 | 453 | ||
452 | /* feature values for DEVICE CONFIGURATION OVERLAY */ | 454 | /* feature values for DEVICE CONFIGURATION OVERLAY */ |
453 | ATA_DCO_RESTORE = 0xC0, | 455 | ATA_DCO_RESTORE = 0xC0, |