Sign in
gfiber
/
toolchains
/
windcharger
/
8dac4adf4c86b092f9ec9fcfbf656e6a2ad876b7
/
.
/
mips-qca-linux-uclibc
/
sysroot
/
usr
/
include
/
linux
/
netfilter
/
xt_comment.h
blob: eacfedc6b5d07e3899ca8ad88f66ccc0f817cff3 [
file
] [
log
] [
blame
]
#ifndef
_XT_COMMENT_H
#define
_XT_COMMENT_H
#define
XT_MAX_COMMENT_LEN
256
struct
xt_comment_info
{
unsigned
char
comment
[
XT_MAX_COMMENT_LEN
];
};
#endif
/* XT_COMMENT_H */