forked from xuos/xiuos
Modify dwc3_dump
This commit is contained in:
parent
7c9d76b6af
commit
332bb5b870
|
@ -923,6 +923,7 @@ int dwc3_host_init(struct dwc3 *dwc);
|
|||
|
||||
int dwc3_send_gadget_generic_command(struct dwc3 *dwc, unsigned cmd, uint32_t param);
|
||||
|
||||
void dwc3_dump(struct dwc3 *dwc);
|
||||
|
||||
static inline uint32_t dwc3_readl(void *base, uint32_t offset){
|
||||
uintptr_t offs = offset - DWC3_GLOBALS_REGS_START;
|
||||
|
|
Loading…
Reference in New Issue