X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Flinux-2.6%2Fcompat-2.6%2Finclude%2Flinux%2Fcompiler.h;fp=datapath%2Flinux-2.6%2Fcompat-2.6%2Finclude%2Flinux%2Fcompiler.h;h=dbe3ca745fd88612cab8dda86599c25dc820848a;hb=fb3ea74b114e7c1089dfb8851d0b5fb18aa9a6ce;hp=0000000000000000000000000000000000000000;hpb=961703de9684997c273ac34ab8d4e0fda1128759;p=sliver-openvswitch.git diff --git a/datapath/linux-2.6/compat-2.6/include/linux/compiler.h b/datapath/linux-2.6/compat-2.6/include/linux/compiler.h new file mode 100644 index 000000000..dbe3ca745 --- /dev/null +++ b/datapath/linux-2.6/compat-2.6/include/linux/compiler.h @@ -0,0 +1,14 @@ +#ifndef __LINUX_COMPILER_WRAPPER_H +#define __LINUX_COMPILER_WRAPPER_H 1 + +#include_next + +#ifndef __percpu +#define __percpu +#endif + +#ifndef __rcu +#define __rcu +#endif + +#endif