Merge "citrix" branch into "master".
[sliver-openvswitch.git] / datapath / linux-2.6 / compat-2.6 / 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 #include <linux/version.h>
7 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)
8
9 #define IFF_XMIT_DST_RELEASE 0
10
11 #endif /* linux kernel < 2.6.31 */
12
13 #endif