diff options
Diffstat (limited to 'include/asm-x86/e820.h')
-rw-r--r-- | include/asm-x86/e820.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/e820.h b/include/asm-x86/e820.h index 4b26604b3c19..a20d0a7f5892 100644 --- a/include/asm-x86/e820.h +++ b/include/asm-x86/e820.h | |||
@@ -59,7 +59,9 @@ struct e820map { | |||
59 | struct e820entry map[E820_X_MAX]; | 59 | struct e820entry map[E820_X_MAX]; |
60 | }; | 60 | }; |
61 | 61 | ||
62 | /* see comment in arch/x86/kernel/e820.c */ | ||
62 | extern struct e820map e820; | 63 | extern struct e820map e820; |
64 | extern struct e820map e820_saved; | ||
63 | 65 | ||
64 | extern int e820_any_mapped(u64 start, u64 end, unsigned type); | 66 | extern int e820_any_mapped(u64 start, u64 end, unsigned type); |
65 | extern int e820_all_mapped(u64 start, u64 end, unsigned type); | 67 | extern int e820_all_mapped(u64 start, u64 end, unsigned type); |