Add changes from the Linux-2.6 tree.
[linux-2.6.git] / include / linux / netfilter_ipv4 / ipt_state.h
1 #ifndef _IPT_STATE_H
2 #define _IPT_STATE_H
3
4 /* Backwards compatibility for old userspace */
5
6 #include <linux/netfilter/xt_state.h>
7
8 #define IPT_STATE_BIT           XT_STATE_BIT
9 #define IPT_STATE_INVALID       XT_STATE_INVALID
10
11 #define IPT_STATE_UNTRACKED     XT_STATE_UNTRACKED
12
13 #define ipt_state_info          xt_state_info
14
15 #endif /*_IPT_STATE_H*/