diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/cdc/usb_cdc.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/cdc/usb_cdc.h new file mode 100644 index 000000000..04e864af1 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/cdc/usb_cdc.h @@ -0,0 +1,9 @@ +#ifndef USB_CDC_H_ +#define USB_CDC_H_ + + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/hub/usb_hub.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/hub/usb_hub.h new file mode 100644 index 000000000..de5074663 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/hub/usb_hub.h @@ -0,0 +1,8 @@ +#ifndef USB_HUB_H_ +#define USB_HUB_H_ + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/hub/usbh_hub.c b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/hub/usbh_hub.c new file mode 100644 index 000000000..41cd7cc79 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/hub/usbh_hub.c @@ -0,0 +1 @@ +#include "usbh_hub.h" diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/hub/usbh_hub.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/hub/usbh_hub.h new file mode 100644 index 000000000..0f4d3cb53 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/hub/usbh_hub.h @@ -0,0 +1,9 @@ +#ifndef USBH_HUB_H_ +#define USBH_HUB_H_ + + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/wireless/rndis_protocol.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/wireless/rndis_protocol.h new file mode 100644 index 000000000..af0ed8c17 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/wireless/rndis_protocol.h @@ -0,0 +1,9 @@ +#ifndef RNDIS_PROTOCOL_H_ +#define RNDIS_PROTOCOL_H_ + + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/wireless/usbh_rndis.c b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/wireless/usbh_rndis.c new file mode 100644 index 000000000..500bb1415 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/wireless/usbh_rndis.c @@ -0,0 +1 @@ +#include "usbh_rndis.h" diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/wireless/usbh_rndis.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/wireless/usbh_rndis.h new file mode 100644 index 000000000..c29198b50 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/wireless/usbh_rndis.h @@ -0,0 +1,9 @@ +#ifndef USBH_RNDIS_H_ +#define USBH_RNDIS_H_ + + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_def.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_def.h new file mode 100644 index 000000000..31dded28c --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_def.h @@ -0,0 +1,8 @@ +#ifndef USB_DEF_H_ +#define USB_DEF_H_ + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_errno.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_errno.h new file mode 100644 index 000000000..5f7a59859 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_errno.h @@ -0,0 +1,7 @@ +#ifndef USB_ERROR_H_ +#define USB_ERROR_H_ + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_hc.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_hc.h new file mode 100644 index 000000000..fc910b9b8 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_hc.h @@ -0,0 +1,9 @@ +#ifndef USB_HC_H_ +#define USB_HC_H_ + + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_list.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_list.h new file mode 100644 index 000000000..44f28777b --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_list.h @@ -0,0 +1,9 @@ +#ifndef USB_LIST_H_ +#define USB_LIST_H_ + + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_log.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_log.h new file mode 100644 index 000000000..09b3c911a --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_log.h @@ -0,0 +1,9 @@ +#ifndef USB_LOG_H_ +#define USB_LOG_H_ + + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_mem.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_mem.h new file mode 100644 index 000000000..b5118468c --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_mem.h @@ -0,0 +1,8 @@ +#ifndef USB_MEM_H_ +#define USB_MEM_H_ + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_util.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_util.h new file mode 100644 index 000000000..5f6aa22d1 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/common/usb_util.h @@ -0,0 +1,7 @@ +#ifndef USB_UTIL_H_ +#define USB_TIIL_H_ + + + + +#endif 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/osal/usb_osal_xiuos.c b/Ubiquitous/XiZi_AIoT/services/drivers/usb/osal/usb_osal_xiuos.c new file mode 100644 index 000000000..391a315c8 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/osal/usb_osal_xiuos.c @@ -0,0 +1 @@ +#include "usb_osal.h" diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/usb_hc_xhci.c b/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/usb_hc_xhci.c new file mode 100644 index 000000000..c9c52dbe9 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/usb_hc_xhci.c @@ -0,0 +1 @@ +#include "usb_hc_xhci.h" 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.c b/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/xhci.c new file mode 100644 index 000000000..8dc67c9cc --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/xhci.c @@ -0,0 +1 @@ +#include "xhci.h" 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_dbg.c b/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/xhci_dbg.c new file mode 100644 index 000000000..8dc67c9cc --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/port/xhci/xhci_dbg.c @@ -0,0 +1 @@ +#include "xhci.h" 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 diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_config.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_config.h new file mode 100644 index 000000000..e691e6bd1 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_config.h @@ -0,0 +1,17 @@ +#ifndef USB_CONFIG_H_ +#define USB_CONFIG_H_ + + + + + + + + + + + + + + +#endif diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_host.c b/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_host.c new file mode 100644 index 000000000..75435d4c2 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_host.c @@ -0,0 +1 @@ +#include "usb_host.h" diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_host.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_host.h new file mode 100644 index 000000000..e6e9f9efb --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_host.h @@ -0,0 +1,9 @@ +#ifndef USB_HOST_H_ +#define USB_HOST_H_ + + + + + + +#endif