usbd_xxx.h 248 B

12345678910111213141516
  1. #ifndef _USBD_XXX_H_
  2. #define _USBD_XXX_H_
  3. #include "usb_xxx.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. struct usbd_interface *usbd_xxx_init_intf(uint8_t busid, struct usbd_interface *intf);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif /* _USBD_XXX_H_ */