summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/madt.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-12-01 11:10:13 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-04 10:19:00 +0100
commit92d4e25dc8e1d4efee83ec6062dff61f6307ab0e (patch)
treeb4b5d359dc0af08f50737e57e2ac597aede97e3a /com32/gplinclude/acpi/madt.h
parent5db2da81b19f13b183737e119df33c0024c3d1ee (diff)
downloadsyslinux-92d4e25dc8e1d4efee83ec6062dff61f6307ab0e.tar.gz
acpi: Adding MADT address
Impact: Adding MADT address in structure
Diffstat (limited to 'com32/gplinclude/acpi/madt.h')
-rw-r--r--com32/gplinclude/acpi/madt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/gplinclude/acpi/madt.h b/com32/gplinclude/acpi/madt.h
index 30969f29..10e0d429 100644
--- a/com32/gplinclude/acpi/madt.h
+++ b/com32/gplinclude/acpi/madt.h
@@ -37,6 +37,7 @@ typedef struct {
} s_processor_local_apic;
typedef struct {
+ uint32_t address;
uint8_t signature[4 + 1];
uint32_t length;
uint8_t revision;