diff options
Diffstat (limited to 'include/asm-x86/e820.h')
-rw-r--r-- | include/asm-x86/e820.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-x86/e820.h b/include/asm-x86/e820.h index a5959e3a5626..6b0ce745a60c 100644 --- a/include/asm-x86/e820.h +++ b/include/asm-x86/e820.h | |||
@@ -60,12 +60,12 @@ extern struct e820map e820; | |||
60 | 60 | ||
61 | extern int e820_any_mapped(u64 start, u64 end, unsigned type); | 61 | extern int e820_any_mapped(u64 start, u64 end, unsigned type); |
62 | extern int e820_all_mapped(u64 start, u64 end, unsigned type); | 62 | extern int e820_all_mapped(u64 start, u64 end, unsigned type); |
63 | extern void add_memory_region(u64 start, u64 size, int type); | 63 | extern void e820_add_region(u64 start, u64 size, int type); |
64 | extern void e820_print_map(char *who); | 64 | extern void e820_print_map(char *who); |
65 | extern int | 65 | extern int |
66 | sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, int *pnr_map); | 66 | sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, int *pnr_map); |
67 | extern int copy_e820_map(struct e820entry *biosmap, int nr_map); | 67 | extern int copy_e820_map(struct e820entry *biosmap, int nr_map); |
68 | extern u64 update_memory_range(u64 start, u64 size, unsigned old_type, | 68 | extern u64 e820_update_range(u64 start, u64 size, unsigned old_type, |
69 | unsigned new_type); | 69 | unsigned new_type); |
70 | extern void update_e820(void); | 70 | extern void update_e820(void); |
71 | extern void e820_setup_gap(void); | 71 | extern void e820_setup_gap(void); |