Add USB source tree

This commit is contained in:
xj 2024-06-03 01:31:46 -07:00
parent b9cd006f8f
commit c5263acba5
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#ifndef USB_CDC_H_
#define USB_CDC_H_
#endif

View File

@ -0,0 +1,9 @@
#ifndef RNDIS_PROTOCOL_H_
#define RNDIS_PROTOCOL_H_
#endif

View File

@ -0,0 +1 @@
#include "usbh_rndis.h"

View File

@ -0,0 +1,9 @@
#ifndef USBH_RNDIS_H_
#define USBH_RNDIS_H_
#endif