diff options
Diffstat (limited to 'include')
-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 5ab9773b75f..3927996d2f8 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -822,6 +822,8 @@ extern void ide_set_handler (ide_drive_t *drive, ide_handler_t *handler, unsigne | |||
822 | void ide_execute_command(ide_drive_t *, u8, ide_handler_t *, unsigned int, | 822 | void ide_execute_command(ide_drive_t *, u8, ide_handler_t *, unsigned int, |
823 | ide_expiry_t *); | 823 | ide_expiry_t *); |
824 | 824 | ||
825 | void ide_execute_pkt_cmd(ide_drive_t *); | ||
826 | |||
825 | ide_startstop_t __ide_error(ide_drive_t *, struct request *, u8, u8); | 827 | ide_startstop_t __ide_error(ide_drive_t *, struct request *, u8, u8); |
826 | 828 | ||
827 | ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, byte stat); | 829 | ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, byte stat); |