RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / x86 / include / asm / init.h
blob36fb1a6a510908553465fbef97785464b83c0879
1 #ifndef _ASM_X86_INIT_32_H
2 #define _ASM_X86_INIT_32_H
4 #ifdef CONFIG_X86_32
5 extern void __init early_ioremap_page_table_range_init(void);
6 #endif
8 extern unsigned long __init
9 kernel_physical_mapping_init(unsigned long start,
10 unsigned long end,
11 unsigned long page_size_mask);
14 extern unsigned long __initdata e820_table_start;
15 extern unsigned long __meminitdata e820_table_end;
16 extern unsigned long __meminitdata e820_table_top;
18 #endif /* _ASM_X86_INIT_32_H */