19 lines
		
	
	
		
			514 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			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_ */
 |