mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +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
|