xref: /minix3/minix/drivers/usb/usbd/include/usbd/hcd_ddekit.h (revision 2d64210c1dbcd340904718f2d4e9e81adeab3c7d)
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