blob: d111248af7191ad5480b554e370effb015e54245 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Architecture-specific kernel symbols
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 */
4
Linus Torvalds1da177e2005-04-16 15:20:36 -07005#ifdef CONFIG_VIRTUAL_MEM_MAP
Al Viroe007c532016-01-17 01:13:41 -05006#include <linux/compiler.h>
7#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#include <linux/bootmem.h>
Dean Roeb77dae522005-11-09 14:25:06 -06009EXPORT_SYMBOL(min_low_pfn); /* defined by bootmem.c, but not exported by generic code */
Linus Torvalds1da177e2005-04-16 15:20:36 -070010EXPORT_SYMBOL(max_low_pfn); /* defined by bootmem.c, but not exported by generic code */
11#endif