24 #ifndef USB_MODED_CONFIGFS_H_
25 # define USB_MODED_CONFIGFS_H_
37 bool configfs_in_use (
void);
38 bool configfs_set_udc (
bool enable);
41 bool configfs_set_charging_mode (
void);
42 bool configfs_set_productid (
const char *
id);
43 bool configfs_set_vendorid (
const char *
id);
44 bool configfs_set_function (
const char *functions);
45 bool configfs_add_mass_storage_lun (
int lun);
46 bool configfs_remove_mass_storage_lun(
int lun);
47 bool configfs_set_mass_storage_attr (
int lun,
const char *attr,
const char *value);