Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / netfilter_ipv4 / ipt_comment.h
blob85c1123c29ce1e026fc74961454ce1a5e0497fe9
1 #ifndef _IPT_COMMENT_H
2 #define _IPT_COMMENT_H
4 #define IPT_MAX_COMMENT_LEN 256
6 struct ipt_comment_info {
7 unsigned char comment[IPT_MAX_COMMENT_LEN];
8 };
10 #endif /* _IPT_COMMENT_H */