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 8aa32323a182..a5959e3a5626 100644 --- a/include/asm-x86/e820.h +++ b/include/asm-x86/e820.h | |||
@@ -98,6 +98,8 @@ extern int e820_find_active_region(const struct e820entry *ei, | |||
98 | extern void e820_register_active_regions(int nid, unsigned long start_pfn, | 98 | extern void e820_register_active_regions(int nid, unsigned long start_pfn, |
99 | unsigned long end_pfn); | 99 | unsigned long end_pfn); |
100 | extern u64 e820_hole_size(u64 start, u64 end); | 100 | extern u64 e820_hole_size(u64 start, u64 end); |
101 | extern void finish_e820_parsing(void); | ||
102 | |||
101 | #endif /* __ASSEMBLY__ */ | 103 | #endif /* __ASSEMBLY__ */ |
102 | 104 | ||
103 | #define ISA_START_ADDRESS 0xa0000 | 105 | #define ISA_START_ADDRESS 0xa0000 |