Blackfin arch: move HI/LO macros into blackfin.h and punt the rest of macros.h as...
[linux-2.6] / include / linux / netfilter / xt_mark.h
1 #ifndef _XT_MARK_H
2 #define _XT_MARK_H
3
4 struct xt_mark_info {
5     unsigned long mark, mask;
6     u_int8_t invert;
7 };
8
9 #endif /*_XT_MARK_H*/