Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debug',...
[linux-2.6] / include / linux / netfilter / xt_RATEEST.h
1 #ifndef _XT_RATEEST_TARGET_H
2 #define _XT_RATEEST_TARGET_H
3
4 struct xt_rateest_target_info {
5         char                    name[IFNAMSIZ];
6         int8_t                  interval;
7         u_int8_t                ewma_log;
8
9         /* Used internally by the kernel */
10         struct xt_rateest       *est __attribute__((aligned(8)));
11 };
12
13 #endif /* _XT_RATEEST_TARGET_H */