generic: add __FINITDATA
[deliverable/linux.git] / include / linux / netfilter_ipv4 / ipt_physdev.h
1 #ifndef _IPT_PHYSDEV_H
2 #define _IPT_PHYSDEV_H
3
4 /* Backwards compatibility for old userspace */
5
6 #include <linux/netfilter/xt_physdev.h>
7
8 #define IPT_PHYSDEV_OP_IN XT_PHYSDEV_OP_IN
9 #define IPT_PHYSDEV_OP_OUT XT_PHYSDEV_OP_OUT
10 #define IPT_PHYSDEV_OP_BRIDGED XT_PHYSDEV_OP_BRIDGED
11 #define IPT_PHYSDEV_OP_ISIN XT_PHYSDEV_OP_ISIN
12 #define IPT_PHYSDEV_OP_ISOUT XT_PHYSDEV_OP_ISOUT
13 #define IPT_PHYSDEV_OP_MASK XT_PHYSDEV_OP_MASK
14
15 #define ipt_physdev_info xt_physdev_info
16
17 #endif /*_IPT_PHYSDEV_H*/
This page took 0.061426 seconds and 5 git commands to generate.