2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-22 04:03:58 +08:00
linux-next/include/asm-x86/shmparam.h

14 lines
208 B
C
Raw Normal View History

#ifdef __KERNEL__
# ifdef CONFIG_X86_32
# include "shmparam_32.h"
# else
# include "shmparam_64.h"
# endif
#else
# ifdef __i386__
# include "shmparam_32.h"
# else
# include "shmparam_64.h"
# endif
#endif