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 1e4409937ec3..bf106d569cfc 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1095,6 +1095,8 @@ enum { | |||
1095 | /* unmask IRQs */ | 1095 | /* unmask IRQs */ |
1096 | IDE_HFLAG_UNMASK_IRQS = (1 << 25), | 1096 | IDE_HFLAG_UNMASK_IRQS = (1 << 25), |
1097 | IDE_HFLAG_ABUSE_SET_DMA_MODE = (1 << 26), | 1097 | IDE_HFLAG_ABUSE_SET_DMA_MODE = (1 << 26), |
1098 | /* host is CY82C693 */ | ||
1099 | IDE_HFLAG_CY82C693 = (1 << 27), | ||
1098 | }; | 1100 | }; |
1099 | 1101 | ||
1100 | #ifdef CONFIG_BLK_DEV_OFFBOARD | 1102 | #ifdef CONFIG_BLK_DEV_OFFBOARD |