OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / prebuilt / linux-x86 / toolchain / i686-linux-glibc2.7-4.4.3 / sysroot / usr / include / linux / netfilter / xt_comment.h
1 #ifndef _XT_COMMENT_H
2 #define _XT_COMMENT_H
3
4 #define XT_MAX_COMMENT_LEN 256
5
6 struct xt_comment_info {
7         unsigned char comment[XT_MAX_COMMENT_LEN];
8 };
9
10 #endif /* XT_COMMENT_H */