Adding more USB hardware information for RK3568
This commit is contained in:
parent
805cd766ea
commit
3beb9fb2b9
|
@ -142,6 +142,12 @@ int xhci_usbh_kill_urb(struct usbh_urb *urb);
|
||||||
|
|
||||||
void XHCI_USBH_IRQHandler(void *param);
|
void XHCI_USBH_IRQHandler(void *param);
|
||||||
|
|
||||||
|
__WEAK unsigned long usb_hc_get_register_base(uint32_t id);
|
||||||
|
|
||||||
|
__WEAK int usb_hc_get_register_id(unsigned long base_addr);
|
||||||
|
|
||||||
|
__WEAK unsigned long usb_hc_get_register_vir_base(uint32_t id);
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue