2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-01 10:03:22 +08:00
linux-next/arch/x86/include/asm/mmzone.h

6 lines
90 B
C
Raw Normal View History

#ifdef CONFIG_X86_32
# include <asm/mmzone_32.h>
#else
# include <asm/mmzone_64.h>
#endif