Files
luban-lite-t3e-pro/packages/third-party/cherryusb/class/template/usbd_xxx.h

17 lines
233 B
C
Raw Normal View History

2023-08-30 16:21:18 +08:00
#ifndef _USBD_XXX_H_
#define _USBD_XXX_H_
#include "usb_xxx.h"
#ifdef __cplusplus
extern "C" {
#endif
2024-01-27 08:47:24 +08:00
struct usbd_interface *usbd_xxx_init_intf(struct usbd_interface *intf);
2023-08-30 16:21:18 +08:00
#ifdef __cplusplus
}
#endif
#endif /* _USBD_XXX_H_ */