1
0
Fork 0
remarkable-linux/drivers/misc/rm-otgcontrol/otgcontrol_sysfs.h

10 lines
279 B
C

#ifndef __OTGCONTROL_SYSFS_H__
#define __OTGCONTROL_SYSFS_H__
#include <linux/rm-otgcontrol.h>
int otgcontrol_init_sysfs_nodes(struct rm_otgcontrol_data *otgc_data);
void otgcontrol_uninit_sysfs_nodes(struct rm_otgcontrol_data *otgc_data);
#endif /* __OTGCONTROL_SYSFS_H__ */