Add USB source tree

This commit is contained in:
xj 2024-06-03 00:47:04 -07:00
parent c8bc2ddd05
commit 01e8e80c0e
9 changed files with 74 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -0,0 +1,7 @@
#ifndef USB_ERROR_H_
#define USB_ERROR_H_
#endif

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,7 @@
#ifndef USB_UTIL_H_
#define USB_TIIL_H_
#endif