diff options
Diffstat (limited to 'source/tools/acpihelp/ahamlops.c')
-rw-r--r-- | source/tools/acpihelp/ahamlops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/acpihelp/ahamlops.c b/source/tools/acpihelp/ahamlops.c index 57a0963c1f29..b2d7c8f0176f 100644 --- a/source/tools/acpihelp/ahamlops.c +++ b/source/tools/acpihelp/ahamlops.c @@ -48,7 +48,7 @@ * AML opcodes with related syntax and grammar information. * This table was extracted from the ACPI specification. */ -const AH_AML_OPCODE AmlOpcodeInfo[] = +const AH_AML_OPCODE Gbl_AmlOpcodeInfo[] = { {0x00, 0x00, "0x00", "ZeroOp", "DataObject", NULL, NULL, NULL}, |