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