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 59aedcd7faee..70a2c94d6680 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1125,6 +1125,8 @@ void SELECT_MASK(ide_drive_t *, int); | |||
1125 | u8 ide_read_error(ide_drive_t *); | 1125 | u8 ide_read_error(ide_drive_t *); |
1126 | void ide_read_bcount_and_ireason(ide_drive_t *, u16 *, u8 *); | 1126 | void ide_read_bcount_and_ireason(ide_drive_t *, u16 *, u8 *); |
1127 | 1127 | ||
1128 | int ide_check_ireason(ide_drive_t *, struct request *, int, int, int); | ||
1129 | |||
1128 | int ide_check_atapi_device(ide_drive_t *, const char *); | 1130 | int ide_check_atapi_device(ide_drive_t *, const char *); |
1129 | 1131 | ||
1130 | void ide_init_pc(struct ide_atapi_pc *); | 1132 | void ide_init_pc(struct ide_atapi_pc *); |