diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index f94cf036bd95..c1a8b8bb93ab 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -931,6 +931,8 @@ 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 | /* force 16-bit I/O operations */ | ||
935 | IDE_TFLAG_IO_16BIT = (1 << 30), | ||
934 | }; | 936 | }; |
935 | 937 | ||
936 | struct ide_taskfile { | 938 | struct ide_taskfile { |