forked from xuos/xiuos
Add USB source tree
This commit is contained in:
parent
01e8e80c0e
commit
730d3be87b
|
@ -0,0 +1,8 @@
|
|||
#ifndef USBH_CORE_H_
|
||||
#define USBH_CORE_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef USB_OSAL_H_
|
||||
#define USB_OSAL_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef USB_HC_XHCI_H_
|
||||
#define USB_HC_XHCI_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef XHCI_H_
|
||||
#define XHCI_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef XHCI_REG_H_
|
||||
#define XHCI_REG_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue