[ETH]: indentation and cleanup
[linux-2.6-block.git] / include / net / tc_act / tc_ipt.h
CommitLineData
1da177e4
LT
1#ifndef __NET_TC_IPT_H
2#define __NET_TC_IPT_H
3
4#include <net/act_api.h>
5
1e30a014 6struct xt_entry_target;
1da177e4
LT
7
8struct tcf_ipt
9{
10 tca_gen(ipt);
11 u32 hook;
12 char *tname;
1e30a014 13 struct xt_entry_target *t;
1da177e4
LT
14};
15
16#endif