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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index c1a8b8bb93ab..02493dbb156d 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -931,6 +931,12 @@ enum {
931 IDE_TFLAG_IN_TF = IDE_TFLAG_IN_NSECT | 931 IDE_TFLAG_IN_TF = IDE_TFLAG_IN_NSECT |
932 IDE_TFLAG_IN_LBA, 932 IDE_TFLAG_IN_LBA,
933 IDE_TFLAG_IN_DEVICE = (1 << 29), 933 IDE_TFLAG_IN_DEVICE = (1 << 29),
934 IDE_TFLAG_HOB = IDE_TFLAG_OUT_HOB |
935 IDE_TFLAG_IN_HOB,
936 IDE_TFLAG_TF = IDE_TFLAG_OUT_TF |
937 IDE_TFLAG_IN_TF,
938 IDE_TFLAG_DEVICE = IDE_TFLAG_OUT_DEVICE |
939 IDE_TFLAG_IN_DEVICE,
934 /* force 16-bit I/O operations */ 940 /* force 16-bit I/O operations */
935 IDE_TFLAG_IO_16BIT = (1 << 30), 941 IDE_TFLAG_IO_16BIT = (1 << 30),
936}; 942};