summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/madt.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-12-01 16:26:16 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-04 10:19:00 +0100
commit62ea3bbf5cde3a708bb95e754d6eb9d73e9ef30b (patch)
tree7b86c18dc1510a4fc0a72b0226ad03d77e8f4494 /com32/gplinclude/acpi/madt.h
parent92d4e25dc8e1d4efee83ec6062dff61f6307ab0e (diff)
downloadsyslinux-62ea3bbf5cde3a708bb95e754d6eb9d73e9ef30b.tar.gz
acpi: Fixing parsing
Impact: none Parsing have to be done the spec says ;) Let's found the RSDP first
Diffstat (limited to 'com32/gplinclude/acpi/madt.h')
-rw-r--r--com32/gplinclude/acpi/madt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/gplinclude/acpi/madt.h b/com32/gplinclude/acpi/madt.h
index 10e0d429..cb623a48 100644
--- a/com32/gplinclude/acpi/madt.h
+++ b/com32/gplinclude/acpi/madt.h
@@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------- *
*
- * Copyright 2006 Erwan Velu - All Rights Reserved
+ * Copyright 2009 Erwan Velu - All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -51,6 +51,7 @@ typedef struct {
uint32_t flags;
s_processor_local_apic processor_local_apic[MAX_SLP];
uint8_t processor_local_apic_count;
+ bool valid;
} s_madt;
#endif