Add USB source tree

This commit is contained in:
xj 2024-06-03 01:12:51 -07:00
parent 01e8e80c0e
commit 730d3be87b
5 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#ifndef USBH_CORE_H_
#define USBH_CORE_H_
#endif

View File

@ -0,0 +1,8 @@
#ifndef USB_OSAL_H_
#define USB_OSAL_H_
#endif

View File

@ -0,0 +1,9 @@
#ifndef USB_HC_XHCI_H_
#define USB_HC_XHCI_H_
#endif

View File

@ -0,0 +1,9 @@
#ifndef XHCI_H_
#define XHCI_H_
#endif

View File

@ -0,0 +1,9 @@
#ifndef XHCI_REG_H_
#define XHCI_REG_H_
#endif