summaryrefslogtreecommitdiff
path: root/include/acglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acglobal.h')
-rw-r--r--include/acglobal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acglobal.h b/include/acglobal.h
index 42b7b158c4b3..8588843df934 100644
--- a/include/acglobal.h
+++ b/include/acglobal.h
@@ -324,7 +324,8 @@ extern char const *AcpiGbl_ExceptionNames_Ctrl[];
extern BOOLEAN AcpiGbl_Shutdown;
extern UINT32 AcpiGbl_StartupFlags;
extern const char *AcpiGbl_SleepStateNames[ACPI_S_STATE_COUNT];
-extern const char *AcpiGbl_HighestDstateNames[4];
+extern const char *AcpiGbl_LowestDstateNames[ACPI_NUM_SxW_METHODS];
+extern const char *AcpiGbl_HighestDstateNames[ACPI_NUM_SxD_METHODS];
extern const ACPI_OPCODE_INFO AcpiGbl_AmlOpInfo[AML_NUM_OPCODES];
extern const char *AcpiGbl_RegionTypes[ACPI_NUM_PREDEFINED_REGIONS];
#endif