Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
x86
include
asm
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
5
extern
void
__init
early_ioremap_page_table_range_init
(
void
);
6
#endif
7
8
extern
void
__init
zone_sizes_init
(
void
);
9
10
extern
unsigned
long
__init
11
kernel_physical_mapping_init
(
unsigned
long
start
,
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 */
Generated on Thu Jan 10 2013 13:03:51 for Linux Kernel by
1.8.2