diff options
Diffstat (limited to 'include/asm-x86/e820.h')
-rw-r--r-- | include/asm-x86/e820.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-x86/e820.h b/include/asm-x86/e820.h index b5b519feba1d..65c891d2a4cb 100644 --- a/include/asm-x86/e820.h +++ b/include/asm-x86/e820.h | |||
@@ -27,7 +27,8 @@ extern int e820_any_mapped(u64 start, u64 end, unsigned type); | |||
27 | extern int e820_all_mapped(u64 start, u64 end, unsigned type); | 27 | extern int e820_all_mapped(u64 start, u64 end, unsigned type); |
28 | extern void add_memory_region(u64 start, u64 size, int type); | 28 | extern void add_memory_region(u64 start, u64 size, int type); |
29 | extern void e820_print_map(char *who); | 29 | extern void e820_print_map(char *who); |
30 | extern int sanitize_e820_map(struct e820entry *biosmap, char *pnr_map); | 30 | extern int |
31 | sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, char *pnr_map); | ||
31 | extern int copy_e820_map(struct e820entry *biosmap, int nr_map); | 32 | extern int copy_e820_map(struct e820entry *biosmap, int nr_map); |
32 | extern u64 update_memory_range(u64 start, u64 size, unsigned old_type, | 33 | extern u64 update_memory_range(u64 start, u64 size, unsigned old_type, |
33 | unsigned new_type); | 34 | unsigned new_type); |