aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index fdec0108dba1..cf7ec3a9d173 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -502,6 +502,7 @@ enum {
502 IDE_DFLAG_NOWERR = (1 << 24), 502 IDE_DFLAG_NOWERR = (1 << 24),
503 /* retrying in PIO */ 503 /* retrying in PIO */
504 IDE_DFLAG_DMA_PIO_RETRY = (1 << 25), 504 IDE_DFLAG_DMA_PIO_RETRY = (1 << 25),
505 IDE_DFLAG_LBA = (1 << 26),
505}; 506};
506 507
507struct ide_drive_s { 508struct ide_drive_s {