mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 13:22:55 +00:00
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__ */
|