Ajust code tree

This commit is contained in:
xj
2024-06-04 00:49:57 -07:00
parent ac58c0bde1
commit f02fa3512f
25 changed files with 0 additions and 0 deletions
@@ -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 @@
#include "usbh_rndis.h"
@@ -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