aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/efi.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2011-06-28 09:21:28 +0100
committerJan Beulich <jbeulich@novell.com>2011-06-28 09:21:28 +0100
commit0d49168c8fa71721ca6e42d734bc6ac6713f98f1 (patch)
tree48acfebc9e866e88957a54a6b4702ba8d4482a5f /xen/include/xen/efi.h
parentfacac0af87ef3e533d3690d76acaeaaa41e1631c (diff)
downloadxen-0d49168c8fa71721ca6e42d734bc6ac6713f98f1.tar.gz
xen-0d49168c8fa71721ca6e42d734bc6ac6713f98f1.tar.bz2
xen-0d49168c8fa71721ca6e42d734bc6ac6713f98f1.zip
x86-64: EFI MPS support
It's not clear this is needed - Linux doesn't use the MPS table even if available, and no system having one was seen so far. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/include/xen/efi.h')
-rw-r--r--xen/include/xen/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/efi.h b/xen/include/xen/efi.h
index 390316439c..0e871a72be 100644
--- a/xen/include/xen/efi.h
+++ b/xen/include/xen/efi.h
@@ -17,6 +17,7 @@ extern const bool_t efi_enabled;
/* Add fields here only if they need to be referenced from non-EFI code. */
struct efi {
+ unsigned long mps; /* MPS table */
unsigned long acpi; /* ACPI table (IA64 ext 0.71) */
unsigned long acpi20; /* ACPI table (ACPI 2.0) */
unsigned long smbios; /* SM BIOS table */