summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/dsdt.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/dsdt.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/dsdt.h')
-rw-r--r--com32/gplinclude/acpi/dsdt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/gplinclude/acpi/dsdt.h b/com32/gplinclude/acpi/dsdt.h
index abcbdf86..219cb1ee 100644
--- a/com32/gplinclude/acpi/dsdt.h
+++ b/com32/gplinclude/acpi/dsdt.h
@@ -15,6 +15,8 @@
#include <inttypes.h>
#include <stdbool.h>
+#define DSDT "DSDT"
+
typedef struct {
uint64_t address;
s_acpi_description_header header;