aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-28 17:44:39 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-28 17:44:39 -0400
commit089c5c7e0089c3461545be936bcd236cbf16b79a (patch)
treec4708699e6997d2fb0d9f5734dfcd17a766985a2 /include
parent1fc142589e58b20a67582974b8848595a2c7432e (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.h2
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
963void ide_tf_dump(const char *, struct ide_taskfile *);
964
963void ide_tf_load(ide_drive_t *, ide_task_t *); 965void ide_tf_load(ide_drive_t *, ide_task_t *);
964void ide_tf_read(ide_drive_t *, ide_task_t *); 966void ide_tf_read(ide_drive_t *, ide_task_t *);
965 967