aboutsummaryrefslogtreecommitdiff
path: root/include/e820.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/e820.h')
-rw-r--r--include/e820.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/e820.h b/include/e820.h
index 085df6a..60483e8 100644
--- a/include/e820.h
+++ b/include/e820.h
@@ -29,6 +29,8 @@ struct e820map {
struct e820entry map[];
};
+extern struct e820map *e820;
+
#define ISA_START_ADDRESS 0xa0000
#define ISA_END_ADDRESS 0x100000