1 /*
2  * Whatever must be known to DDEkit callers
3  */
4 
5 #ifndef _HCD_DDEKIT_H_
6 #define _HCD_DDEKIT_H_
7 
8 #include <usbd/hcd_common.h>
9 
10 /*===========================================================================*
11  *    External declarations                                                  *
12  *===========================================================================*/
13 void hcd_connect_cb(hcd_device_state *);
14 void hcd_disconnect_cb(hcd_device_state *);
15 void hcd_completion_cb(hcd_urb *);
16 
17 
18 #endif /* !_HCD_DDEKIT_H_ */
19