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