aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index e96ace12872a..45dce3b4c88c 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -475,6 +475,8 @@ enum {
475 IDE_DFLAG_NICE1 = (1 << 5), 475 IDE_DFLAG_NICE1 = (1 << 5),
476 /* device is physically present */ 476 /* device is physically present */
477 IDE_DFLAG_PRESENT = (1 << 6), 477 IDE_DFLAG_PRESENT = (1 << 6),
478 /* disable Host Protected Area */
479 IDE_DFLAG_NOHPA = (1 << 7),
478 /* id read from device (synthetic if not set) */ 480 /* id read from device (synthetic if not set) */
479 IDE_DFLAG_ID_READ = (1 << 8), 481 IDE_DFLAG_ID_READ = (1 << 8),
480 IDE_DFLAG_NOPROBE = (1 << 9), 482 IDE_DFLAG_NOPROBE = (1 << 9),