ia64_ksyms.c 344 B

123456789101112
  1. /*
  2. * Architecture-specific kernel symbols
  3. */
  4. #ifdef CONFIG_VIRTUAL_MEM_MAP
  5. #include <linux/compiler.h>
  6. #include <linux/export.h>
  7. #include <linux/bootmem.h>
  8. EXPORT_SYMBOL(min_low_pfn); /* defined by bootmem.c, but not exported by generic code */
  9. EXPORT_SYMBOL(max_low_pfn); /* defined by bootmem.c, but not exported by generic code */
  10. #endif