summaryrefslogtreecommitdiff
path: root/source/include/acglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acglobal.h')
-rw-r--r--source/include/acglobal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/acglobal.h b/source/include/acglobal.h
index 08d60fd7b7d9..a9e349fe6a7b 100644
--- a/source/include/acglobal.h
+++ b/source/include/acglobal.h
@@ -361,6 +361,9 @@ ACPI_GLOBAL (UINT16, AcpiGbl_NodeTypeCountMisc);
ACPI_GLOBAL (UINT32, AcpiGbl_NumNodes);
ACPI_GLOBAL (UINT32, AcpiGbl_NumObjects);
+ACPI_GLOBAL (ACPI_MUTEX, AcpiGbl_DbCommandReady);
+ACPI_GLOBAL (ACPI_MUTEX, AcpiGbl_DbCommandComplete);
+
#endif /* ACPI_DEBUGGER */