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 1b31597e7435..af352cc41db5 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1095,6 +1095,8 @@ enum { | |||
1095 | IDE_HFLAG_CY82C693 = (1 << 27), | 1095 | IDE_HFLAG_CY82C693 = (1 << 27), |
1096 | /* force host out of "simplex" mode */ | 1096 | /* force host out of "simplex" mode */ |
1097 | IDE_HFLAG_CLEAR_SIMPLEX = (1 << 28), | 1097 | IDE_HFLAG_CLEAR_SIMPLEX = (1 << 28), |
1098 | /* DSC overlap is unsupported */ | ||
1099 | IDE_HFLAG_NO_DSC = (1 << 29), | ||
1098 | }; | 1100 | }; |
1099 | 1101 | ||
1100 | #ifdef CONFIG_BLK_DEV_OFFBOARD | 1102 | #ifdef CONFIG_BLK_DEV_OFFBOARD |