Added header comment for needed packets on Debian/Ubuntu
[ana-net.git] / src / xt_idp.h
blob0e3b7a1bb2dee896c067c6f4662e96ea8cfbec89
1 /*
2 * Lightweight Autonomic Network Architecture
4 * Copyright 2011 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,
5 * Swiss federal institute of technology (ETH Zurich)
6 * Subject to the GPL.
7 */
9 #ifndef XT_IDP_H
10 #define XT_IDP_H
12 #include <linux/types.h>
14 typedef /* volatile */ __u32 idp32_t;
15 typedef idp32_t idp_t;
17 #define IDP_EXIT_PPE 0
18 #define IDP_UNKNOWN IDP_EXIT_PPE
20 #endif /* XT_IDP_H */