allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / linux / netfilter_ipv6 / ip6t_esp.h
blobf62eaf53c16cbe5b5f6bf1783ba3ffcb248e53d4
1 #ifndef _IP6T_ESP_H
2 #define _IP6T_ESP_H
4 #include <linux/netfilter/xt_esp.h>
6 #define ip6t_esp xt_esp
7 #define IP6T_ESP_INV_SPI XT_ESP_INV_SPI
8 #define IP6T_ESP_INV_MASK XT_ESP_INV_MASK
10 #endif /*_IP6T_ESP_H*/