From 730d3be87bed18f3484d0ebfb9c3dbcbc8344685 Mon Sep 17 00:00:00 2001 From: xj Date: Mon, 3 Jun 2024 01:12:51 -0700 Subject: [PATCH] Add USB source tree --- .../XiZi_AIoT/services/drivers/usb/core/usbh_core.h | 8 ++++++++ .../XiZi_AIoT/services/drivers/usb/osal/usb_osal.h | 8 ++++++++ .../services/drivers/usb/port/xhci/usb_hc_xhci.h | 9 +++++++++ .../XiZi_AIoT/services/drivers/usb/port/xhci/xhci.h | 9 +++++++++ .../XiZi_AIoT/services/drivers/usb/port/xhci/xhci_reg.h | 9 +++++++++ 5 files changed, 43 insertions(+) create mode 100644 Ubiquitous/XiZi_AIoT/services/drivers/usb/core/usbh_core.h create mode 100644 Ubiquitous/XiZi_AIoT/services/drivers/usb/osal/usb_osal.h create mode 100644 Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/usb_hc_xhci.h create mode 100644 Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/xhci.h create mode 100644 Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/xhci_reg.h diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/core/usbh_core.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/core/usbh_core.h new file mode 100644 index 000000000..1a2de80c4 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/core/usbh_core.h @@ -0,0 +1,8 @@ +#ifndef USBH_CORE_H_ +#define USBH_CORE_H_ + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/osal/usb_osal.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/osal/usb_osal.h new file mode 100644 index 000000000..052c39126 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/osal/usb_osal.h @@ -0,0 +1,8 @@ +#ifndef USB_OSAL_H_ +#define USB_OSAL_H_ + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/usb_hc_xhci.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/usb_hc_xhci.h new file mode 100644 index 000000000..077e316ff --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/usb_hc_xhci.h @@ -0,0 +1,9 @@ +#ifndef USB_HC_XHCI_H_ +#define USB_HC_XHCI_H_ + + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/xhci.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/xhci.h new file mode 100644 index 000000000..4b09aa70a --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/xhci.h @@ -0,0 +1,9 @@ +#ifndef XHCI_H_ +#define XHCI_H_ + + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/xhci_reg.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/xhci_reg.h new file mode 100644 index 000000000..0d9aede23 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/xhci_reg.h @@ -0,0 +1,9 @@ +#ifndef XHCI_REG_H_ +#define XHCI_REG_H_ + + + + + + +#endif