diff options
Diffstat (limited to 'include/asm-x86/setup.h')
-rw-r--r-- | include/asm-x86/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h index 42bc62b4b70c..1d121c632d9e 100644 --- a/include/asm-x86/setup.h +++ b/include/asm-x86/setup.h | |||
@@ -58,6 +58,8 @@ extern unsigned long init_pg_tables_end; | |||
58 | 58 | ||
59 | #else | 59 | #else |
60 | void __init x86_64_start_kernel(char *real_mode); | 60 | void __init x86_64_start_kernel(char *real_mode); |
61 | void __init x86_64_start_reservations(char *real_mode_data); | ||
62 | |||
61 | #endif /* __i386__ */ | 63 | #endif /* __i386__ */ |
62 | #endif /* _SETUP */ | 64 | #endif /* _SETUP */ |
63 | #endif /* __ASSEMBLY__ */ | 65 | #endif /* __ASSEMBLY__ */ |