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 e25fd0b1dd79..11bfbc40c50a 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1140,6 +1140,8 @@ extern ide_startstop_t pre_task_out_intr(ide_drive_t *, struct request *); | |||
1140 | 1140 | ||
1141 | extern int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *); | 1141 | extern int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *); |
1142 | 1142 | ||
1143 | int ide_no_data_taskfile(ide_drive_t *, ide_task_t *); | ||
1144 | |||
1143 | int ide_taskfile_ioctl(ide_drive_t *, unsigned int, unsigned long); | 1145 | int ide_taskfile_ioctl(ide_drive_t *, unsigned int, unsigned long); |
1144 | int ide_cmd_ioctl(ide_drive_t *, unsigned int, unsigned long); | 1146 | int ide_cmd_ioctl(ide_drive_t *, unsigned int, unsigned long); |
1145 | int ide_task_ioctl(ide_drive_t *, unsigned int, unsigned long); | 1147 | int ide_task_ioctl(ide_drive_t *, unsigned int, unsigned long); |