18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Architecture-specific kernel symbols 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#if defined(CONFIG_VIRTUAL_MEM_MAP) || defined(CONFIG_DISCONTIGMEM) 78c2ecf20Sopenharmony_ci#include <linux/compiler.h> 88c2ecf20Sopenharmony_ci#include <linux/export.h> 98c2ecf20Sopenharmony_ci#include <linux/memblock.h> 108c2ecf20Sopenharmony_ciEXPORT_SYMBOL(min_low_pfn); /* defined by bootmem.c, but not exported by generic code */ 118c2ecf20Sopenharmony_ciEXPORT_SYMBOL(max_low_pfn); /* defined by bootmem.c, but not exported by generic code */ 128c2ecf20Sopenharmony_ci#endif 13