generic: add __FINITDATA
[deliverable/linux.git] / include / linux / netfilter_ipv4 / ipt_string.h
CommitLineData
7567662b
PNA
1#ifndef _IPT_STRING_H
2#define _IPT_STRING_H
3
2e4e6a17 4#include <linux/netfilter/xt_string.h>
7567662b 5
2e4e6a17
HW
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
7567662b
PNA
9
10#endif /*_IPT_STRING_H*/
This page took 0.460818 seconds and 5 git commands to generate.