2014-05-26 16:47:47 +02:00
|
|
|
/*
|
|
|
|
* Whatever must be known to DDEkit callers
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _HCD_DDEKIT_H_
|
|
|
|
#define _HCD_DDEKIT_H_
|
|
|
|
|
|
|
|
#include <usb/hcd_common.h>
|
|
|
|
|
|
|
|
/*===========================================================================*
|
|
|
|
* External declarations *
|
|
|
|
*===========================================================================*/
|
|
|
|
void hcd_connect_cb(hcd_device_state *);
|
|
|
|
void hcd_disconnect_cb(hcd_device_state *);
|
2014-06-13 12:50:13 +02:00
|
|
|
void hcd_completion_cb(hcd_urb *);
|
2014-05-26 16:47:47 +02:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* !_HCD_DDEKIT_H_ */
|