mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 11:26:40 +07:00
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 */
|