mirror of https://github.com/ntop/n2n.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
239 B
13 lines
239 B
//
|
|
// 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_
|
|
|