xref: /kernel/linux/linux-5.10/arch/ia64/kernel/ia64_ksyms.c (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/ia64/kernel/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Architecture-specific kernel symbols
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#if defined(CONFIG_VIRTUAL_MEM_MAP) || defined(CONFIG_DISCONTIGMEM)
78c2ecf20Sopenharmony_ci#include <linux/compiler.h>
88c2ecf20Sopenharmony_ci#include <linux/export.h>
98c2ecf20Sopenharmony_ci#include <linux/memblock.h>
108c2ecf20Sopenharmony_ciEXPORT_SYMBOL(min_low_pfn);	/* defined by bootmem.c, but not exported by generic code */
118c2ecf20Sopenharmony_ciEXPORT_SYMBOL(max_low_pfn);	/* defined by bootmem.c, but not exported by generic code */
128c2ecf20Sopenharmony_ci#endif
13

Indexes created Thu Nov 07 10:32:03 CST 2024