]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - include/uapi/linux/tc_act/tc_defact.h
Merge remote-tracking branch 'linusw-gpio/for-next' into devm_gpiochip
[mirror_ubuntu-hirsute-kernel.git] / include / uapi / linux / tc_act / tc_defact.h
1 #ifndef __LINUX_TC_DEF_H
2 #define __LINUX_TC_DEF_H
3
4 #include <linux/pkt_cls.h>
5
6 struct tc_defact {
7 tc_gen;
8 };
9
10 enum {
11 TCA_DEF_UNSPEC,
12 TCA_DEF_TM,
13 TCA_DEF_PARMS,
14 TCA_DEF_DATA,
15 __TCA_DEF_MAX
16 };
17 #define TCA_DEF_MAX (__TCA_DEF_MAX - 1)
18
19 #endif