aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 59aedcd7faee..70a2c94d6680 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1125,6 +1125,8 @@ void SELECT_MASK(ide_drive_t *, int);
1125u8 ide_read_error(ide_drive_t *); 1125u8 ide_read_error(ide_drive_t *);
1126void ide_read_bcount_and_ireason(ide_drive_t *, u16 *, u8 *); 1126void ide_read_bcount_and_ireason(ide_drive_t *, u16 *, u8 *);
1127 1127
1128int ide_check_ireason(ide_drive_t *, struct request *, int, int, int);
1129
1128int ide_check_atapi_device(ide_drive_t *, const char *); 1130int ide_check_atapi_device(ide_drive_t *, const char *);
1129 1131
1130void ide_init_pc(struct ide_atapi_pc *); 1132void ide_init_pc(struct ide_atapi_pc *);