allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / linux / netfilter_ipv6 / ip6t_multiport.h
blob042c92661ceea1cbfe6bed004df8c4471779c322
1 #ifndef _IP6T_MULTIPORT_H
2 #define _IP6T_MULTIPORT_H
4 #include <linux/netfilter/xt_multiport.h>
6 #define IP6T_MULTIPORT_SOURCE XT_MULTIPORT_SOURCE
7 #define IP6T_MULTIPORT_DESTINATION XT_MULTIPORT_DESTINATION
8 #define IP6T_MULTIPORT_EITHER XT_MULTIPORT_EITHER
10 #define IP6T_MULTI_PORTS XT_MULTI_PORTS
12 #define ip6t_multiport xt_multiport
14 #endif /*_IP6T_MULTIPORT_H*/