mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-18 19:05:39 +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
|