mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-06 17:43:43 +00:00
cf47065961
Also change them to static. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Link: http://lkml.kernel.org/r/1353123563-3103-31-git-send-email-yinghai@kernel.org Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
16 lines
366 B
C
16 lines
366 B
C
#ifndef _ASM_X86_INIT_32_H
|
|
#define _ASM_X86_INIT_32_H
|
|
|
|
#ifdef CONFIG_X86_32
|
|
extern void __init early_ioremap_page_table_range_init(void);
|
|
#endif
|
|
|
|
extern void __init zone_sizes_init(void);
|
|
|
|
extern unsigned long __init
|
|
kernel_physical_mapping_init(unsigned long start,
|
|
unsigned long end,
|
|
unsigned long page_size_mask);
|
|
|
|
#endif /* _ASM_X86_INIT_32_H */
|