n2n/android/tun2tap/tun2tap_appdef.h
2018-06-12 02:59:13 +08:00

14 lines
239 B
C

//
// Created by switchwang(https://github.com/switch-st) on 2018-04-14.
//
#ifndef _TUN2TAP_DEFINE_H_
#define _TUN2TAP_DEFINE_H_
#define uip_tcp_appstate_t void*
#define UIP_APPCALL()
extern u8_t* uip_buf;
#endif //_TUN2TAP_DEFINE_H_