datapath: Support for Linux kernel 3.10
[cascardo/ovs.git] / datapath / linux / compat / include / linux / netdev_features.h
1 #ifndef __LINUX_NETDEV_FEATURES_WRAPPER_H
2 #define __LINUX_NETDEV_FEATURES_WRAPPER_H
3
4 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0)
5 #include_next <linux/netdev_features.h>
6 #endif
7
8 #if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0)
9 #define NETIF_F_HW_VLAN_CTAG_TX NETIF_F_HW_VLAN_TX
10 #endif
11
12 #endif