aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/e820.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/e820.h')
-rw-r--r--include/asm-x86/e820.h2
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 */
62extern struct e820map e820; 63extern struct e820map e820;
64extern struct e820map e820_saved;
63 65
64extern int e820_any_mapped(u64 start, u64 end, unsigned type); 66extern int e820_any_mapped(u64 start, u64 end, unsigned type);
65extern int e820_all_mapped(u64 start, u64 end, unsigned type); 67extern int e820_all_mapped(u64 start, u64 end, unsigned type);