dashboard
repositories
activity
search
login
ljy
/
RK356X_SDK_RELEASE
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add wifi 4g uart0,3,4,5,7,9
hc
2023-02-15
e6ab316063efe269dbc459a0a7939fb55abd8c44
[~ljy/RK356X_SDK_RELEASE.git]
/
kernel
/
include
/
uapi
/
linux
/
netfilter
/
xt_comment.h
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef
_XT_COMMENT_H
#define
_XT_COMMENT_H
#define
XT_MAX_COMMENT_LEN
256
struct
xt_comment_info
{
char
comment
[
XT_MAX_COMMENT_LEN
];
};
#endif
/* XT_COMMENT_H */