ACPI: video: Use acpi_device's handle instead of driver's
[linux-2.6/verdex.git] / include / net / tc_act / tc_ipt.h
blobcb37ad08427faca6d51ac7975c4108fdb6822f71
1 #ifndef __NET_TC_IPT_H
2 #define __NET_TC_IPT_H
4 #include <net/act_api.h>
6 struct xt_entry_target;
8 struct tcf_ipt
10 tca_gen(ipt);
11 u32 hook;
12 char *tname;
13 struct xt_entry_target *t;
16 #endif