Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
init.h
Go to the documentation of this file.
1 #ifndef _ASM_X86_INIT_32_H
2 #define _ASM_X86_INIT_32_H
3 
4 #ifdef CONFIG_X86_32
6 #endif
7 
8 extern void __init zone_sizes_init(void);
9 
10 extern unsigned long __init
12  unsigned long end,
13  unsigned long page_size_mask);
14 
15 
16 extern unsigned long __initdata pgt_buf_start;
17 extern unsigned long __meminitdata pgt_buf_end;
18 extern unsigned long __meminitdata pgt_buf_top;
19 
20 #endif /* _ASM_X86_INIT_32_H */