Merge branch '5g_usb' of https://gitlink.org.cn/kameblue/xiuos into 5g_usb

This commit is contained in:
lr 2024-06-03 17:22:54 +08:00
commit 5ed3ba4240
26 changed files with 177 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1 @@
#include "usbh_hub.h"

View File

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

View File

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

View File

@ -0,0 +1 @@
#include "usbh_rndis.h"

View File

@ -0,0 +1,9 @@
#ifndef USBH_RNDIS_H_
#define USBH_RNDIS_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

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 @@
#include "usb_osal.h"

View File

@ -0,0 +1 @@
#include "usb_hc_xhci.h"

View File

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

View File

@ -0,0 +1 @@
#include "xhci.h"

View File

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

View File

@ -0,0 +1 @@
#include "xhci.h"

View File

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

View File

@ -0,0 +1,17 @@
#ifndef USB_CONFIG_H_
#define USB_CONFIG_H_
#endif

View File

@ -0,0 +1 @@
#include "usb_host.h"

View File

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