diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index c5b52dd16a89..258a15cc2746 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1267,6 +1267,10 @@ enum { | |||
1267 | IDE_HFLAG_FORCE_LEGACY_IRQS = (1 << 22), | 1267 | IDE_HFLAG_FORCE_LEGACY_IRQS = (1 << 22), |
1268 | /* limit LBA48 requests to 256 sectors */ | 1268 | /* limit LBA48 requests to 256 sectors */ |
1269 | IDE_HFLAG_RQSIZE_256 = (1 << 23), | 1269 | IDE_HFLAG_RQSIZE_256 = (1 << 23), |
1270 | /* use 32-bit I/O ops */ | ||
1271 | IDE_HFLAG_IO_32BIT = (1 << 24), | ||
1272 | /* unmask IRQs */ | ||
1273 | IDE_HFLAG_UNMASK_IRQS = (1 << 25), | ||
1270 | }; | 1274 | }; |
1271 | 1275 | ||
1272 | #ifdef CONFIG_BLK_DEV_OFFBOARD | 1276 | #ifdef CONFIG_BLK_DEV_OFFBOARD |