Sign in
gfiber
/
kernel
/
skids
/
master
/
.
/
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 */