summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acnamesp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/acnamesp.h')
-rw-r--r--sys/contrib/dev/acpica/acnamesp.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/acnamesp.h b/sys/contrib/dev/acpica/acnamesp.h
index ea935f9..e14ef80 100644
--- a/sys/contrib/dev/acpica/acnamesp.h
+++ b/sys/contrib/dev/acpica/acnamesp.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acnamesp.h - Namespace subcomponent prototypes and defines
- * $Revision: 126 $
+ * $Revision: 127 $
*
*****************************************************************************/
@@ -513,6 +513,14 @@ UINT32
AcpiNsLocal (
ACPI_OBJECT_TYPE Type);
+void
+AcpiNsReportError (
+ NATIVE_CHAR *ModuleName,
+ UINT32 LineNumber,
+ UINT32 ComponentId,
+ char *InternalName,
+ ACPI_STATUS LookupStatus);
+
ACPI_STATUS
AcpiNsBuildInternalName (
ACPI_NAMESTRING_INFO *Info);
OpenPOWER on IntegriCloud