allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / linux / netfilter / xt_mark.h
blob802dd4842cafa95e74684c9e6b1983f58fce49a0
1 #ifndef _XT_MARK_H
2 #define _XT_MARK_H
4 struct xt_mark_info {
5 unsigned long mark, mask;
6 u_int8_t invert;
7 };
9 #endif /*_XT_MARK_H*/