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 cd9c2a28136a..f9ed198e4fcd 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -330,6 +330,7 @@ enum { | |||
330 | ATA_HORKAGE_MAX_SEC_128 = (1 << 3), /* Limit max sects to 128 */ | 330 | ATA_HORKAGE_MAX_SEC_128 = (1 << 3), /* Limit max sects to 128 */ |
331 | ATA_HORKAGE_BROKEN_HPA = (1 << 4), /* Broken HPA */ | 331 | ATA_HORKAGE_BROKEN_HPA = (1 << 4), /* Broken HPA */ |
332 | ATA_HORKAGE_SKIP_PM = (1 << 5), /* Skip PM operations */ | 332 | ATA_HORKAGE_SKIP_PM = (1 << 5), /* Skip PM operations */ |
333 | ATA_HORKAGE_HPA_SIZE = (1 << 6), /* native size off by one */ | ||
333 | }; | 334 | }; |
334 | 335 | ||
335 | enum hsm_task_states { | 336 | enum hsm_task_states { |