diff options
Diffstat (limited to 'drivers/usb/storage/transport.h')
-rw-r--r-- | drivers/usb/storage/transport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/storage/transport.h b/drivers/usb/storage/transport.h index 633a715850a4..ada7c2f43f84 100644 --- a/drivers/usb/storage/transport.h +++ b/drivers/usb/storage/transport.h | |||
@@ -139,6 +139,8 @@ extern int usb_stor_bulk_transfer_buf(struct us_data *us, unsigned int pipe, | |||
139 | void *buf, unsigned int length, unsigned int *act_len); | 139 | void *buf, unsigned int length, unsigned int *act_len); |
140 | extern int usb_stor_bulk_transfer_sg(struct us_data *us, unsigned int pipe, | 140 | extern int usb_stor_bulk_transfer_sg(struct us_data *us, unsigned int pipe, |
141 | void *buf, unsigned int length, int use_sg, int *residual); | 141 | void *buf, unsigned int length, int use_sg, int *residual); |
142 | extern int usb_stor_bulk_srb(struct us_data* us, unsigned int pipe, | ||
143 | struct scsi_cmnd* srb); | ||
142 | 144 | ||
143 | extern int usb_stor_port_reset(struct us_data *us); | 145 | extern int usb_stor_port_reset(struct us_data *us); |
144 | #endif | 146 | #endif |