forked from xuos/xiuos
Add dwc3 codes
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
#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"
|
||||
|
||||
|
||||
int dwc3_generic_host_probe(uint32_t id);
|
||||
int dwc3_generic_probe(uint32_t id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user