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 b12510d21f25..659b60abc259 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1257,6 +1257,8 @@ enum { | |||
1257 | IDE_HFLAG_NO_LBA48_DMA = (1 << 18), | 1257 | IDE_HFLAG_NO_LBA48_DMA = (1 << 18), |
1258 | /* data FIFO is cleared by an error */ | 1258 | /* data FIFO is cleared by an error */ |
1259 | IDE_HFLAG_ERROR_STOPS_FIFO = (1 << 19), | 1259 | IDE_HFLAG_ERROR_STOPS_FIFO = (1 << 19), |
1260 | /* serialize ports */ | ||
1261 | IDE_HFLAG_SERIALIZE = (1 << 20), | ||
1260 | }; | 1262 | }; |
1261 | 1263 | ||
1262 | #ifdef CONFIG_BLK_DEV_OFFBOARD | 1264 | #ifdef CONFIG_BLK_DEV_OFFBOARD |