0
0
Fork 0
wireless-proxy-esp32/components/USBIP/usb_handle.h

8 lines
159 B
C

#ifndef __USB_HANDLE_H__
#define __USB_HANDLE_H__
#include "components/USBIP/usbip_defs.h"
void handleUSBControlRequest(usbip_stage2_header *header);
#endif