allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / linux / netfilter / xt_comment.h
blobeacfedc6b5d07e3899ca8ad88f66ccc0f817cff3
1 #ifndef _XT_COMMENT_H
2 #define _XT_COMMENT_H
4 #define XT_MAX_COMMENT_LEN 256
6 struct xt_comment_info {
7 unsigned char comment[XT_MAX_COMMENT_LEN];
8 };
10 #endif /* XT_COMMENT_H */