aboutsummaryrefslogtreecommitdiff
path: root/include/e820.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-05-25 14:25:01 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-05-25 14:54:32 +0200
commita924304f8e6aea47e3f98e1b2a37b17b5f295a09 (patch)
tree20666652431fcf8963edd9c077ece46474e9aef1 /include/e820.h
parentbac3766d3d0912bb8dc40ee8f6d0cc54e37c4db6 (diff)
downloadqboot-a924304f8e6aea47e3f98e1b2a37b17b5f295a09.zip
qboot-a924304f8e6aea47e3f98e1b2a37b17b5f295a09.tar.gz
qboot-a924304f8e6aea47e3f98e1b2a37b17b5f295a09.tar.bz2
boot multiboot from fw_cfg
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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