Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.13-rc4 10 lines 282 B view raw
1#ifndef _SCSIGLUE_H_ 2#define _SCSIGLUE_H_ 3 4extern void usb_stor_report_device_reset(struct us_data *us); 5extern void usb_stor_report_bus_reset(struct us_data *us); 6 7extern unsigned char usb_stor_sense_invalidCDB[18]; 8extern struct scsi_host_template usb_stor_host_template; 9 10#endif