ia64_ksyms.c 344 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5
/*
 * Architecture-specific kernel symbols
 */

#ifdef CONFIG_VIRTUAL_MEM_MAP
A
Al Viro 已提交
6 7
#include <linux/compiler.h>
#include <linux/export.h>
L
Linus Torvalds 已提交
8
#include <linux/bootmem.h>
9
EXPORT_SYMBOL(min_low_pfn);	/* defined by bootmem.c, but not exported by generic code */
L
Linus Torvalds 已提交
10 11
EXPORT_SYMBOL(max_low_pfn);	/* defined by bootmem.c, but not exported by generic code */
#endif