#ifndef __LINUX_IF_WRAPPER_H #define __LINUX_IF_WRAPPER_H 1 #include_next #include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31) #define IFF_XMIT_DST_RELEASE 0 #endif /* linux kernel < 2.6.31 */ #endif