GNU Linux-libre 4.14.290-gnu1
[releases.git] / include / uapi / 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 */