Sign in
android-kvm
/
linux
/
54aa8e26e90da882b145fcd33ed752431d6b318b
/
.
/
drivers
/
usb
/
storage
/
karma.h
blob: 8a60972af8c59dc9ec5c55b1bcd8682b72e0bb02 [
file
] [
log
] [
blame
]
Matthew Dharm
dfe0d3b
2006-08-13 17:30:14 -0700
[
diff
] [
blame
]
1
#ifndef
_KARMA_USB_H
2
#define
_KARMA_USB_H
3
4
extern
int
rio_karma_init
(
struct
us_data
*
us
);
5
extern
int
rio_karma_transport
(
struct
scsi_cmnd
*
srb
,
struct
us_data
*
us
);
6
7
#endif