satip-axe/kernel/include/linux/netfilter/xt_comment.h
2015-03-26 17:24:57 +01:00

11 lines
176 B
C

#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 */