]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/linux/netfilter_ipv4/ipt_string.h
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.git] / include / linux / netfilter_ipv4 / ipt_string.h
1 #ifndef _IPT_STRING_H
2 #define _IPT_STRING_H
3
4 #include <linux/netfilter/xt_string.h>
5
6 #define IPT_STRING_MAX_PATTERN_SIZE XT_STRING_MAX_PATTERN_SIZE
7 #define IPT_STRING_MAX_ALGO_NAME_SIZE XT_STRING_MAX_ALGO_NAME_SIZE
8 #define ipt_string_info xt_string_info
9
10 #endif /*_IPT_STRING_H*/