This stack check implementation leverages the compiler's profiling (gcc -p)
[linux-2.6.git] / include / linux / netfilter_ipv6 / ip6t_MARK.h
1 #ifndef _IP6T_MARK_H_target
2 #define _IP6T_MARK_H_target
3
4 struct ip6t_mark_target_info {
5         unsigned long mark;
6 };
7
8 #endif /*_IPT_MARK_H_target*/