Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / linux / netfilter / xt_comment.h
blobeacfedc6b5d07e3899ca8ad88f66ccc0f817cff3
1 #ifndef _XT_COMMENT_H
2 #define _XT_COMMENT_H
4 #define XT_MAX_COMMENT_LEN 256
6 struct xt_comment_info {
7 unsigned char comment[XT_MAX_COMMENT_LEN];
8 };
10 #endif /* XT_COMMENT_H */