minix/drivers/usbd/include/usb/hcd_ddekit.h
Kees Jongenburger ed3391fd23 arm:adding the usbd source code.
Change-Id: Ia3c50a8c5e11bf20100354de266913112cc236f9

http://gerrit.minix3.org/#/c/2689/
2014-07-28 17:05:38 +02:00

19 lines
514 B
C
Executable file

/*
* 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 *);
void hcd_completion_cb(void *);
#endif /* !_HCD_DDEKIT_H_ */