1 #ifndef __ETH_IN_H_
2 #define __ETH_IN_H_
3 
4 #include "mtcp.h"
5 
6 int
7 ProcessPacket(mtcp_manager_t mtcp, const int ifidx, const int index,
8 		uint32_t cur_ts, unsigned char *pkt_data, int len);
9 
10 #endif /* __ETH_IN_H_ */
11