summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/rsdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/gplinclude/acpi/rsdp.h')
-rw-r--r--com32/gplinclude/acpi/rsdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gplinclude/acpi/rsdp.h b/com32/gplinclude/acpi/rsdp.h
index d3c28c08..8f585fd9 100644
--- a/com32/gplinclude/acpi/rsdp.h
+++ b/com32/gplinclude/acpi/rsdp.h
@@ -20,7 +20,7 @@
#define RSDP "RSD PTR"
-enum { RSDP_TABLE_FOUND };
+enum { RSDP_TABLE_FOUND = 1 };
typedef struct {
uint8_t *address;