summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/madt.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-12-03 09:50:03 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-04 10:19:01 +0100
commitf12f222e00aff419437fbb08675654652b53af91 (patch)
tree350ae6d4cfce8783ea9aa361ab16948b6e55fe3e /com32/gplinclude/acpi/madt.h
parent6b97e41c971b4d288ef50f21d451001a99cde6d2 (diff)
downloadsyslinux-f12f222e00aff419437fbb08675654652b53af91.tar.gz
acpi: Using definitions for table names
Impact: none Using more definitions for ACPI tables names
Diffstat (limited to 'com32/gplinclude/acpi/madt.h')
-rw-r--r--com32/gplinclude/acpi/madt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/gplinclude/acpi/madt.h b/com32/gplinclude/acpi/madt.h
index 3815bbed..c79d99b4 100644
--- a/com32/gplinclude/acpi/madt.h
+++ b/com32/gplinclude/acpi/madt.h
@@ -15,6 +15,9 @@
#include <inttypes.h>
#include <stdbool.h>
+#define MADT "MADT"
+#define APIC "APIC"
+
enum {
PROCESSOR_LOCAL_APIC = 0,
IO_APIC = 1,