summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/rsdp.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/rsdp.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/rsdp.h')
-rw-r--r--com32/gplinclude/acpi/rsdp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/gplinclude/acpi/rsdp.h b/com32/gplinclude/acpi/rsdp.h
index df4da2d8..1d8126c1 100644
--- a/com32/gplinclude/acpi/rsdp.h
+++ b/com32/gplinclude/acpi/rsdp.h
@@ -17,6 +17,9 @@
#define RSDP_MIN_ADDRESS 0x0E0000
#define RSDP_MAX_ADDRESS 0x0FFFFF
+
+#define RSDP "RSD PTR"
+
enum { RSDP_TABLE_FOUND };
typedef struct {