[NETFILTER] Fix Kconfig dependencies for nfnetlink/ctnetlink
[linux-2.6/btrfs-unstable.git] / include / net / tc_act / tc_ipt.h
blob02eccebd55ae50508cb28f083df59aa068fda746
1 #ifndef __NET_TC_IPT_H
2 #define __NET_TC_IPT_H
4 #include <net/act_api.h>
6 struct ipt_entry_target;
8 struct tcf_ipt
10 tca_gen(ipt);
11 u32 hook;
12 char *tname;
13 struct ipt_entry_target *t;
16 #endif