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 struct usbd_interface *usbd_xxx_init_intf(uint8_t busid, struct usbd_interface *intf);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif /* _USBD_XXX_H_ */
17