Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.
[cascardo/ovs.git] / datapath / linux-2.6 / compat-2.6 / include / linux / percpu.h
1 #ifndef __LINUX_PERCPU_H_WRAPPER
2 #define __LINUX_PERCPU_H_WRAPPER 1
3
4 #include_next <linux/percpu.h>
5
6 #ifndef percpu_ptr
7 #define percpu_ptr per_cpu_ptr
8 #endif
9
10 #endif /* linux/percpu.h wrapper */