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 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
1141extern int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *); 1141extern int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *);
1142 1142
1143int ide_no_data_taskfile(ide_drive_t *, ide_task_t *);
1144
1143int ide_taskfile_ioctl(ide_drive_t *, unsigned int, unsigned long); 1145int ide_taskfile_ioctl(ide_drive_t *, unsigned int, unsigned long);
1144int ide_cmd_ioctl(ide_drive_t *, unsigned int, unsigned long); 1146int ide_cmd_ioctl(ide_drive_t *, unsigned int, unsigned long);
1145int ide_task_ioctl(ide_drive_t *, unsigned int, unsigned long); 1147int ide_task_ioctl(ide_drive_t *, unsigned int, unsigned long);