summaryrefslogtreecommitdiff
path: root/source/tools/acpihelp/ahaslkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tools/acpihelp/ahaslkey.c')
-rw-r--r--source/tools/acpihelp/ahaslkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/tools/acpihelp/ahaslkey.c b/source/tools/acpihelp/ahaslkey.c
index 62791801f0c8..37d3ee9c52e6 100644
--- a/source/tools/acpihelp/ahaslkey.c
+++ b/source/tools/acpihelp/ahaslkey.c
@@ -48,7 +48,7 @@
* ASL Keyword types and associated actual keywords.
* This table was extracted from the ACPI specification.
*/
-const AH_ASL_KEYWORD AslKeywordInfo[] =
+const AH_ASL_KEYWORD Gbl_AslKeywordInfo[] =
{
{"AccessAttribKeyword", "Serial Bus Attributes (with legacy SMBus aliases)",
":= AttribQuick (SMBusQuick) | AttribSendReceive (SMBusSendReceive) | "
@@ -151,7 +151,7 @@ const AH_ASL_KEYWORD AslKeywordInfo[] =
/* Preprocessor directives */
-const AH_DIRECTIVE_INFO PreprocessorDirectives[] =
+const AH_DIRECTIVE_INFO Gbl_PreprocessorDirectives[] =
{
{"#include \"Filename\"", "Standard include of an ASCII ASL source code file"},
{"#include <Filename>", "Alternate syntax for #include, alternate search path"},