diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index cdb29b6c195f..8c7f5e50e912 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1514,6 +1514,7 @@ int ide_timing_compute(ide_drive_t *, u8, struct ide_timing *, int, int); | |||
1514 | int ide_scan_pio_blacklist(char *); | 1514 | int ide_scan_pio_blacklist(char *); |
1515 | const char *ide_xfer_verbose(u8); | 1515 | const char *ide_xfer_verbose(u8); |
1516 | u8 ide_get_best_pio_mode(ide_drive_t *, u8, u8); | 1516 | u8 ide_get_best_pio_mode(ide_drive_t *, u8, u8); |
1517 | int ide_pio_need_iordy(ide_drive_t *, const u8); | ||
1517 | int ide_set_pio_mode(ide_drive_t *, u8); | 1518 | int ide_set_pio_mode(ide_drive_t *, u8); |
1518 | int ide_set_dma_mode(ide_drive_t *, u8); | 1519 | int ide_set_dma_mode(ide_drive_t *, u8); |
1519 | void ide_set_pio(ide_drive_t *, u8); | 1520 | void ide_set_pio(ide_drive_t *, u8); |