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 ca0b132de1ae..2ad8548135d2 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -923,6 +923,8 @@ void ide_fix_driveid(u16 *); | |||
923 | 923 | ||
924 | extern void ide_fixstring(u8 *, const int, const int); | 924 | extern void ide_fixstring(u8 *, const int, const int); |
925 | 925 | ||
926 | int ide_busy_sleep(ide_hwif_t *, unsigned long, int); | ||
927 | |||
926 | int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long); | 928 | int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long); |
927 | 929 | ||
928 | extern ide_startstop_t ide_do_reset (ide_drive_t *); | 930 | extern ide_startstop_t ide_do_reset (ide_drive_t *); |