GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / tc_act / tc_defact.h
blob6f65d07c7ce25cf343a2c80ecd6ba70562331bfc
1 #ifndef __LINUX_TC_DEF_H
2 #define __LINUX_TC_DEF_H
4 #include <linux/pkt_cls.h>
6 struct tc_defact {
7 tc_gen;
8 };
10 enum {
11 TCA_DEF_UNSPEC,
12 TCA_DEF_TM,
13 TCA_DEF_PARMS,
14 TCA_DEF_DATA,
15 __TCA_DEF_MAX
17 #define TCA_DEF_MAX (__TCA_DEF_MAX - 1)
19 #endif