diff options
Diffstat (limited to 'arch/x86/include/asm/setup.h')
-rw-r--r-- | arch/x86/include/asm/setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/setup.h b/arch/x86/include/asm/setup.h index 741e2956f3cf..19769ac60616 100644 --- a/arch/x86/include/asm/setup.h +++ b/arch/x86/include/asm/setup.h | |||
@@ -88,6 +88,9 @@ extern unsigned long saved_video_mode; | |||
88 | #define paravirt_post_allocator_init() do {} while (0) | 88 | #define paravirt_post_allocator_init() do {} while (0) |
89 | #endif | 89 | #endif |
90 | 90 | ||
91 | extern void reserve_standard_io_resources(void); | ||
92 | extern void i386_reserve_resources(void); | ||
93 | |||
91 | #ifndef _SETUP | 94 | #ifndef _SETUP |
92 | 95 | ||
93 | /* | 96 | /* |