minix/minix/drivers/usb/usbd/include/usbd/hcd_ddekit.h
Wojciech Zajac 2d64210c1d Much USB code for ARM USB support
Written by JP Embedded.

Host controller (HCD), mass storage, and hub drivers.

Change-Id: I4237cf7aeb4a1c0205a1876593a9cc67ef3d577e
2014-08-29 18:52:49 +02:00

19 lines
518 B
C

/*
* Whatever must be known to DDEkit callers
*/
#ifndef _HCD_DDEKIT_H_
#define _HCD_DDEKIT_H_
#include <usbd/hcd_common.h>
/*===========================================================================*
* External declarations *
*===========================================================================*/
void hcd_connect_cb(hcd_device_state *);
void hcd_disconnect_cb(hcd_device_state *);
void hcd_completion_cb(hcd_urb *);
#endif /* !_HCD_DDEKIT_H_ */