diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-28 17:44:39 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-28 17:44:39 -0400 |
commit | 089c5c7e0089c3461545be936bcd236cbf16b79a (patch) | |
tree | c4708699e6997d2fb0d9f5734dfcd17a766985a2 /include | |
parent | 1fc142589e58b20a67582974b8848595a2c7432e (diff) |
ide: factor out debugging code from ide_tf_load()
Factor out debugging code from ide_tf_load() to ide_tf_dump() helper
and update ide_tf_load() users accordingly.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
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 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 | ||