• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _USBD_XXX_H_
2 #define _USBD_XXX_H_
3 
4 #include "usb_xxx.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 void usbd_xxx_add_interface(usbd_class_t *devclass, usbd_interface_t *intf);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif /* _USBD_XXX_H_ */
17