1 #ifndef _XT_RATEEST_TARGET_H
2 #define _XT_RATEEST_TARGET_H
4 #include <linux/types.h>
6 struct xt_rateest_target_info {
11 /* Used internally by the kernel */
12 struct xt_rateest *est __attribute__((aligned(8)));
15 #endif /* _XT_RATEEST_TARGET_H */