gma500: move the power header
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / netfilter / xt_comment.h
blob0ea5e79f5bd73fade99d020a96b68c55a8c32224
1 #ifndef _XT_COMMENT_H
2 #define _XT_COMMENT_H
4 #define XT_MAX_COMMENT_LEN 256
6 struct xt_comment_info {
7 char comment[XT_MAX_COMMENT_LEN];
8 };
10 #endif /* XT_COMMENT_H */