blob: b49fe6f618edb1dc78f2bd371998b56613b56ede [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Architecture-specific kernel symbols
4 */
5
6#ifdef CONFIG_VIRTUAL_MEM_MAP
7#include <linux/compiler.h>
8#include <linux/export.h>
9#include <linux/memblock.h>
10EXPORT_SYMBOL(min_low_pfn); /* defined by bootmem.c, but not exported by generic code */
11EXPORT_SYMBOL(max_low_pfn); /* defined by bootmem.c, but not exported by generic code */
12#endif