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