aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorBorislav Petkov <petkovbb@gmail.com>2009-05-01 17:27:11 -0400
committerBorislav Petkov <petkovbb@gmail.com>2009-05-15 00:44:06 -0400
commit5a0e43b5e2ee9a295f864c38f0e853b1a4fc3892 (patch)
tree9793191360addddb7d240e34d983817fde3ec621 /include/linux/ide.h
parent077e6dba20e74a455a0452379d2a965c7e1b01ad (diff)
ide-atapi: add a len-parameter to ide_queue_pc_tail
This is in preparation for removing ide_atapi_pc. There should be no functional change resulting from this patch. Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 745a393af278..7e15bd1eaae9 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1160,7 +1160,8 @@ enum {
1160 REQ_IDETAPE_WRITE = (1 << 3), 1160 REQ_IDETAPE_WRITE = (1 << 3),
1161}; 1161};
1162 1162
1163int ide_queue_pc_tail(ide_drive_t *, struct gendisk *, struct ide_atapi_pc *); 1163int ide_queue_pc_tail(ide_drive_t *, struct gendisk *, struct ide_atapi_pc *,
1164 unsigned int);
1164 1165
1165int ide_do_test_unit_ready(ide_drive_t *, struct gendisk *); 1166int ide_do_test_unit_ready(ide_drive_t *, struct gendisk *);
1166int ide_do_start_stop(ide_drive_t *, struct gendisk *, int); 1167int ide_do_start_stop(ide_drive_t *, struct gendisk *, int);