ovsdb: Synchronize comments and code in ovsdb_file_commit().
[sliver-openvswitch.git] / 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