Sign in
nest-open-source
/
nest-learning-thermostat
/
5.8
/
linux
/
767a574a9e8a49b60a1184494958764b04757951
/
.
/
linux
/
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 */