aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/keucr/scsiglue.h
blob: c7e59f0f9cd6ca30e89ee0074728fdd5f2267232 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _SCSIGLUE_H_
#define _SCSIGLUE_H_

extern void usb_stor_report_device_reset(struct us_data *us);
extern void usb_stor_report_bus_reset(struct us_data *us);

extern unsigned char usb_stor_sense_invalidCDB[18];
extern struct scsi_host_template usb_stor_host_template;

#endif