Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[pandora-kernel.git] / include / linux / netfilter_ipv4 / ipt_esp.h
1 #ifndef _IPT_ESP_H
2 #define _IPT_ESP_H
3
4 #include <linux/netfilter/xt_esp.h>
5
6 #define ipt_esp xt_esp
7 #define IPT_ESP_INV_SPI         XT_ESP_INV_SPI
8 #define IPT_ESP_INV_MASK        XT_ESP_INV_MASK
9
10 #endif /*_IPT_ESP_H*/