diff options
Diffstat (limited to 'include/asm-x86_64/proto.h')
-rw-r--r-- | include/asm-x86_64/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index dbb37b0adb43..c251152a0658 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h | |||
@@ -22,6 +22,8 @@ extern void mtrr_bp_init(void); | |||
22 | #define mtrr_bp_init() do {} while (0) | 22 | #define mtrr_bp_init() do {} while (0) |
23 | #endif | 23 | #endif |
24 | extern void init_memory_mapping(unsigned long start, unsigned long end); | 24 | extern void init_memory_mapping(unsigned long start, unsigned long end); |
25 | extern void size_zones(unsigned long *z, unsigned long *h, | ||
26 | unsigned long start_pfn, unsigned long end_pfn); | ||
25 | 27 | ||
26 | extern void system_call(void); | 28 | extern void system_call(void); |
27 | extern int kernel_syscall(void); | 29 | extern int kernel_syscall(void); |