Linux 4.13.16
[linux/fpc-iii.git] / arch / ia64 / kernel / ia64_ksyms.c
blobd111248af7191ad5480b554e370effb015e54245
1 /*
2 * Architecture-specific kernel symbols
3 */
5 #ifdef CONFIG_VIRTUAL_MEM_MAP
6 #include <linux/compiler.h>
7 #include <linux/export.h>
8 #include <linux/bootmem.h>
9 EXPORT_SYMBOL(min_low_pfn); /* defined by bootmem.c, but not exported by generic code */
10 EXPORT_SYMBOL(max_low_pfn); /* defined by bootmem.c, but not exported by generic code */
11 #endif