Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
scsiglue.h
Go to the documentation of this file.
1 #ifndef _SCSIGLUE_H_
2 #define _SCSIGLUE_H_
3 
4 extern void usb_stor_report_device_reset(struct us_data *us);
5 extern void usb_stor_report_bus_reset(struct us_data *us);
6 
7 extern unsigned char usb_stor_sense_invalidCDB[18];
9 
10 #endif