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 3927996d2f82..d7d8bb69db4b 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -960,6 +960,8 @@ typedef struct ide_task_s { | |||
960 | void *special; /* valid_t generally */ | 960 | void *special; /* valid_t generally */ |
961 | } ide_task_t; | 961 | } ide_task_t; |
962 | 962 | ||
963 | void ide_tf_dump(const char *, struct ide_taskfile *); | ||
964 | |||
963 | void ide_tf_load(ide_drive_t *, ide_task_t *); | 965 | void ide_tf_load(ide_drive_t *, ide_task_t *); |
964 | void ide_tf_read(ide_drive_t *, ide_task_t *); | 966 | void ide_tf_read(ide_drive_t *, ide_task_t *); |
965 | 967 | ||