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

5 lines
138 B
C

#ifndef __USB_HANDLE_H__
#define __USB_HANDLE_H__
#include "usbip_defs.h"
int handleUSBControlRequest(usbip_stage2_header *header);
#endif