Files
luban-lite-t3e-pro/packages/third-party/cherryusb/class/template/usbd_xxx.h
刘可亮 9f7ba67007 v1.0.3
2024-01-27 08:47:24 +08:00

17 lines
233 B
C

#ifndef _USBD_XXX_H_
#define _USBD_XXX_H_
#include "usb_xxx.h"
#ifdef __cplusplus
extern "C" {
#endif
struct usbd_interface *usbd_xxx_init_intf(struct usbd_interface *intf);
#ifdef __cplusplus
}
#endif
#endif /* _USBD_XXX_H_ */