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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 0b088f18d422..e1f652c6440c 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1066,6 +1066,7 @@ enum {
1066 IDE_TFLAG_OUT_LBAL | 1066 IDE_TFLAG_OUT_LBAL |
1067 IDE_TFLAG_OUT_LBAM | 1067 IDE_TFLAG_OUT_LBAM |
1068 IDE_TFLAG_OUT_LBAH, 1068 IDE_TFLAG_OUT_LBAH,
1069 IDE_TFLAG_OUT_DEVICE = (1 << 14),
1069}; 1070};
1070 1071
1071struct ide_taskfile { 1072struct ide_taskfile {