0
0
Fork 0
wireless-proxy-esp32/main/DAP_handle.h

12 lines
328 B
C

#ifndef __DAP_HANDLE_H__
#define __DAP_HANDLE_H__
#include "usbip_defs.h"
void handle_dap_data_request(usbip_stage2_header *header, uint32_t length);
void handle_dap_data_response(usbip_stage2_header *header);
void handle_swo_trace_response(usbip_stage2_header *header);
int fast_reply(uint8_t *buf, uint32_t length);
#endif