mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08: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
|