summaryrefslogtreecommitdiff
path: root/class/template/usbd_xxx.h
blob: 8230c3021b7de667e8c1323809a9864a111e5949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _USBD_XXX_H_
#define _USBD_XXX_H_

#include "usb_xxx.h"

#ifdef __cplusplus
extern "C" {
#endif

struct usbd_interface *usbd_xxx_init_intf(uint8_t busid, struct usbd_interface *intf);

#ifdef __cplusplus
}
#endif

#endif /* _USBD_XXX_H_ */