n2n/android/tun2tap/tun2tap_appdef.h

14 lines
239 B
C
Raw Normal View History

2018-06-11 20:59:13 +02:00
//
// 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_