forked from xuos/xiuos
Adding folders for future USB IP
This commit is contained in:
parent
75e1299ac7
commit
01a0f62f78
|
@ -536,3 +536,20 @@ void USBH_IRQHandler(void *param)
|
|||
|
||||
(void)xhci_event_process(xhci);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Functions for xHCI drivers. These functions are called by USB core.
|
||||
*/
|
||||
int xhci_usb_hc_init(uint32_t id){
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
uint16_t xhci_usbh_get_frame_number(void){
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue