repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
e1000e: cleanup PARENTHESIS_ALIGNMENT checkpatch checks
[linux/fpc-iii.git]
/
drivers
/
staging
/
keucr
/
scsiglue.h
blob
c7e59f0f9cd6ca30e89ee0074728fdd5f2267232
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
];
8
extern
struct
scsi_host_template usb_stor_host_template
;
9
10
#endif