7 lines
126 B
C
7 lines
126 B
C
|
#ifndef __ARCH_I386_PERCPU__
|
||
|
#define __ARCH_I386_PERCPU__
|
||
|
|
||
|
#include <asm-generic/percpu.h>
|
||
|
|
||
|
#endif /* __ARCH_I386_PERCPU__ */
|