aboutsummaryrefslogtreecommitdiff
path: root/datapath/linux-2.6/compat-2.6/include/linux/percpu.h
blob: 0f68bb253d2659c5c70b4d9393879f600f2387e3 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __LINUX_PERCPU_H_WRAPPER
#define __LINUX_PERCPU_H_WRAPPER 1

#include_next <linux/percpu.h>

#ifndef percpu_ptr
#define percpu_ptr per_cpu_ptr
#endif

#endif /* linux/percpu.h wrapper */