c05564c4d8
Android 13
7 lines
129 B
C
Executable file
7 lines
129 B
C
Executable file
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifdef CONFIG_X86_32
|
|
# include <asm/mmzone_32.h>
|
|
#else
|
|
# include <asm/mmzone_64.h>
|
|
#endif
|