MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / 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 */