cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / include / linux / netfilter / xt_comment.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _XT_COMMENT_H
3 #define _XT_COMMENT_H
4
5 #define XT_MAX_COMMENT_LEN 256
6
7 struct xt_comment_info {
8         char comment[XT_MAX_COMMENT_LEN];
9 };
10
11 #endif /* XT_COMMENT_H */