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 4e44525fa5ca..535c439fd8f0 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1305,6 +1305,8 @@ void ide_timing_merge(struct ide_timing *, struct ide_timing *,
1305 struct ide_timing *, unsigned int); 1305 struct ide_timing *, unsigned int);
1306int ide_timing_compute(ide_drive_t *, u8, struct ide_timing *, int, int); 1306int ide_timing_compute(ide_drive_t *, u8, struct ide_timing *, int, int);
1307 1307
1308int ide_scan_pio_blacklist(char *);
1309
1308u8 ide_get_best_pio_mode(ide_drive_t *, u8, u8); 1310u8 ide_get_best_pio_mode(ide_drive_t *, u8, u8);
1309 1311
1310int ide_set_pio_mode(ide_drive_t *, u8); 1312int ide_set_pio_mode(ide_drive_t *, u8);