forked from xuos/xiuos
Add dwc3 codes
This commit is contained in:
parent
6229f7b1c8
commit
f6ae7d7b13
|
@ -1,3 +1,14 @@
|
||||||
#include "rk3568_usb.h"
|
#include "rk3568_usb.h"
|
||||||
|
|
||||||
|
|
||||||
|
struct dwc3 dwc3_rk3568[CONFIG_USBHOST_XHCI_NUM];
|
||||||
|
|
||||||
|
|
||||||
|
int dwc3_generic_host_probe(uint32_t id){
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
int dwc3_generic_probe(uint32_t id){
|
||||||
|
return 0;
|
||||||
|
}
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#include "dwc3.h"
|
#include "dwc3.h"
|
||||||
|
|
||||||
|
int dwc3_generic_host_probe(uint32_t id);
|
||||||
|
int dwc3_generic_probe(uint32_t id);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue