summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/fadt.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/fadt.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/fadt.h')
-rw-r--r--com32/gplinclude/acpi/fadt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/gplinclude/acpi/fadt.h b/com32/gplinclude/acpi/fadt.h
index abc8dd6e..8499cc0b 100644
--- a/com32/gplinclude/acpi/fadt.h
+++ b/com32/gplinclude/acpi/fadt.h
@@ -17,6 +17,9 @@
enum { FADT_TABLE_FOUND };
+#define FACP "FACP"
+#define FADT "FADT"
+
typedef struct {
uint64_t address;
s_acpi_description_header header;