summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/tc_act/tc_gact.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/linux/tc_act/tc_gact.h')
-rw-r--r--include/arch/x86_64/linux/tc_act/tc_gact.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/arch/x86_64/linux/tc_act/tc_gact.h b/include/arch/x86_64/linux/tc_act/tc_gact.h
index 824f4c7d..ff6ac91e 100644
--- a/include/arch/x86_64/linux/tc_act/tc_gact.h
+++ b/include/arch/x86_64/linux/tc_act/tc_gact.h
@@ -19,14 +19,7 @@ struct tc_gact_p {
int paction;
};
-enum {
- TCA_GACT_UNSPEC,
- TCA_GACT_TM,
- TCA_GACT_PARMS,
- TCA_GACT_PROB,
- TCA_GACT_PAD,
- __TCA_GACT_MAX
-};
+enum { TCA_GACT_UNSPEC, TCA_GACT_TM, TCA_GACT_PARMS, TCA_GACT_PROB, TCA_GACT_PAD, __TCA_GACT_MAX };
#define TCA_GACT_MAX (__TCA_GACT_MAX - 1)
#endif