summaryrefslogtreecommitdiff
path: root/source/include/acpixf.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acpixf.h')
-rw-r--r--source/include/acpixf.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/source/include/acpixf.h b/source/include/acpixf.h
index a641c4e2c..2f939b1f5 100644
--- a/source/include/acpixf.h
+++ b/source/include/acpixf.h
@@ -357,8 +357,6 @@ ACPI_GLOBAL (ACPI_TABLE_FADT, AcpiGbl_FADT);
ACPI_GLOBAL (UINT32, AcpiCurrentGpeCount);
ACPI_GLOBAL (BOOLEAN, AcpiGbl_SystemAwakeAndRunning);
-ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DebugTimeout, FALSE);
-
/*****************************************************************************
*
@@ -1306,6 +1304,13 @@ AcpiTracePoint (
UINT8 *Aml,
char *Pathname))
+ACPI_APP_DEPENDENT_RETURN_VOID (
+ACPI_PRINTF_LIKE(1)
+void ACPI_INTERNAL_VAR_XFACE
+AcpiLogError (
+ const char *Format,
+ ...))
+
ACPI_STATUS
AcpiInitializeDebugger (
void);