aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-12-14 18:40:02 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-12-14 18:40:02 -0800
commita50e2cc7c8e2b9b38f5972bc19daea4c98878d01 (patch)
treede134372fa3982479962b384495064d38ea2bede /include
parentc7868048a7314bb4a2973097d605f00acd3b70bd (diff)
parentc9526497cf03ee775c3a6f8ba62335735f98de7a (diff)
downloadlinux-a50e2cc7c8e2b9b38f5972bc19daea4c98878d01.tar.gz
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Diffstat (limited to 'include')
-rw-r--r--include/scsi/scsi_cmnd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h
index 7529f4388bb46d..20da282d4abbb7 100644
--- a/include/scsi/scsi_cmnd.h
+++ b/include/scsi/scsi_cmnd.h
@@ -151,5 +151,6 @@ extern struct scsi_cmnd *scsi_get_command(struct scsi_device *, gfp_t);
extern void scsi_put_command(struct scsi_cmnd *);
extern void scsi_io_completion(struct scsi_cmnd *, unsigned int, unsigned int);
extern void scsi_finish_command(struct scsi_cmnd *cmd);
+extern void scsi_setup_blk_pc_cmnd(struct scsi_cmnd *cmd, int retries);
#endif /* _SCSI_SCSI_CMND_H */