forked from xuos/xiuos
Merge branch '5g_usb' of https://gitlink.org.cn/kameblue/xiuos into 5g_usb
This commit is contained in:
commit
5ed3ba4240
|
@ -0,0 +1,9 @@
|
|||
#ifndef USB_CDC_H_
|
||||
#define USB_CDC_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef USB_HUB_H_
|
||||
#define USB_HUB_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1 @@
|
|||
#include "usbh_hub.h"
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef USBH_HUB_H_
|
||||
#define USBH_HUB_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef RNDIS_PROTOCOL_H_
|
||||
#define RNDIS_PROTOCOL_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1 @@
|
|||
#include "usbh_rndis.h"
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef USBH_RNDIS_H_
|
||||
#define USBH_RNDIS_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef USB_DEF_H_
|
||||
#define USB_DEF_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef USB_ERROR_H_
|
||||
#define USB_ERROR_H_
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef USB_HC_H_
|
||||
#define USB_HC_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef USB_LIST_H_
|
||||
#define USB_LIST_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef USB_LOG_H_
|
||||
#define USB_LOG_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef USB_MEM_H_
|
||||
#define USB_MEM_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef USB_UTIL_H_
|
||||
#define USB_TIIL_H_
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -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 @@
|
|||
#include "usb_osal.h"
|
|
@ -0,0 +1 @@
|
|||
#include "usb_hc_xhci.h"
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef USB_HC_XHCI_H_
|
||||
#define USB_HC_XHCI_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1 @@
|
|||
#include "xhci.h"
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef XHCI_H_
|
||||
#define XHCI_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1 @@
|
|||
#include "xhci.h"
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef XHCI_REG_H_
|
||||
#define XHCI_REG_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1,17 @@
|
|||
#ifndef USB_CONFIG_H_
|
||||
#define USB_CONFIG_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
|
@ -0,0 +1 @@
|
|||
#include "usb_host.h"
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef USB_HOST_H_
|
||||
#define USB_HOST_H_
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue