diff options
author | Len Brown <len.brown@intel.com> | 2005-12-15 13:15:27 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-12-15 13:15:27 -0500 |
commit | 5b2db367a28c12e8dfd0b404d9ea35e948c5d7b3 (patch) | |
tree | 8ef2f739fc91acda0fb05797cb450b5789d79c59 /include/scsi/scsi_cmnd.h | |
parent | d3e4cefc86ce1aefc0e9aebdc56308cb4bd51997 (diff) | |
parent | 7116317dc9148d783846299fc80a7d377baa6dca (diff) |
Auto-update from upstream
Diffstat (limited to 'include/scsi/scsi_cmnd.h')
-rw-r--r-- | include/scsi/scsi_cmnd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index 7529f4388bb..20da282d4ab 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 */ |