datapath: vport: Remove compat support
[cascardo/ovs.git] / datapath / linux / compat / include / linux / if.h
1 #ifndef __LINUX_IF_WRAPPER_H
2 #define __LINUX_IF_WRAPPER_H 1
3
4 #include_next <linux/if.h>
5
6 #ifndef IFF_TX_SKB_SHARING
7 #define IFF_TX_SKB_SHARING 0
8 #endif
9
10 #ifndef IFF_OVS_DATAPATH
11 #define IFF_OVS_DATAPATH 0
12 #endif
13
14 #ifndef IFF_LIVE_ADDR_CHANGE
15 #define IFF_LIVE_ADDR_CHANGE 0
16 #endif
17
18 #endif