mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
17 lines
238 B
C
17 lines
238 B
C
#ifndef _USBD_XXX_H_
|
|
#define _USBD_XXX_H_
|
|
|
|
#include "usb_xxx.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void usbd_xxx_add_interface(usbd_class_t *devclass, usbd_interface_t *intf);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _USBD_XXX_H_ */
|