[ACPICA] Update to version 20200326. CORE-16783
[reactos.git] / drivers / bus / acpi / acpica / include / acnamesp.h
index f0c1e98..2a81d27 100644 (file)
@@ -379,6 +379,10 @@ AcpiNsBuildNormalizedPath (
     UINT32                  PathSize,
     BOOLEAN                 NoTrailing);
 
+void
+AcpiNsNormalizePathname (
+    char                    *OriginalPath);
+
 char *
 AcpiNsGetNormalizedPathname (
     ACPI_NAMESPACE_NODE     *Node,