dpif-netdev: Allow for Ethernet and VLAN header in buffer size calculation.
[openvswitch] / datapath / linux-2.6 / compat-2.6 / include / linux / compiler.h
1 #ifndef __LINUX_COMPILER_WRAPPER_H
2 #define __LINUX_COMPILER_WRAPPER_H 1
3
4 #include_next <linux/compiler.h>
5
6 #ifndef __percpu
7 #define __percpu
8 #endif
9
10 #ifndef __rcu
11 #define __rcu
12 #endif
13
14 #endif