mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-12 20:31:49 +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
|