7 lines
162 B
C
7 lines
162 B
C
|
#ifndef USB__GADGET__CONFIGFS__H
|
||
|
#define USB__GADGET__CONFIGFS__H
|
||
|
|
||
|
void unregister_gadget_item(struct config_item *item);
|
||
|
|
||
|
#endif /* USB__GADGET__CONFIGFS__H */
|