repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ACPI: Enable bit 11 in _PDC to advertise hw coord
[linux-2.6/mini2440.git]
/
drivers
/
usb
/
storage
/
karma.h
blob
8a60972af8c59dc9ec5c55b1bcd8682b72e0bb02
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