mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-27 17:12:06 +00:00
8 lines
173 B
C
8 lines
173 B
C
|
|
#ifndef _KARMA_USB_H
|
||
|
|
#define _KARMA_USB_H
|
||
|
|
|
||
|
|
extern int rio_karma_init(struct us_data *us);
|
||
|
|
extern int rio_karma_transport(struct scsi_cmnd *srb, struct us_data *us);
|
||
|
|
|
||
|
|
#endif
|