diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 6013211ac7de..8b57b6a806cc 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -178,6 +178,7 @@ enum { | |||
178 | ATA_FLAG_DEBUGMSG = (1 << 13), | 178 | ATA_FLAG_DEBUGMSG = (1 << 13), |
179 | ATA_FLAG_DETECT_POLLING = (1 << 14), /* detect device presence by | 179 | ATA_FLAG_DETECT_POLLING = (1 << 14), /* detect device presence by |
180 | * polling IDENTIFY */ | 180 | * polling IDENTIFY */ |
181 | ATA_FLAG_SETXFER_POLLING= (1 << 15), /* use polling for SETXFER */ | ||
181 | 182 | ||
182 | /* The following flag belongs to ap->pflags but is kept in | 183 | /* The following flag belongs to ap->pflags but is kept in |
183 | * ap->flags because it's referenced in many LLDs and will be | 184 | * ap->flags because it's referenced in many LLDs and will be |