summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-07-25 09:14:25 -0700
committerRobert Moore <Robert.Moore@intel.com>2013-07-25 09:14:25 -0700
commit222b42aa01f733a7b3fac0f0b0d6faf61cd0d2ac (patch)
treeb31b4cefc79f85f7c784bca54550ad84912b48cf /source
parent9e07e469a424e60b3f525093cca89dcefe068cc5 (diff)
downloadacpica-222b42aa01f733a7b3fac0f0b0d6faf61cd0d2ac.tar.gz
Update headers for rename of walk namespace arguments.
Reflects changes in the main source concerning the names of the user callbacks.
Diffstat (limited to 'source')
-rw-r--r--source/include/acnamesp.h4
-rw-r--r--source/include/acpixf.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/source/include/acnamesp.h b/source/include/acnamesp.h
index 52e123c44..74575ba56 100644
--- a/source/include/acnamesp.h
+++ b/source/include/acnamesp.h
@@ -189,8 +189,8 @@ AcpiNsWalkNamespace (
ACPI_HANDLE StartObject,
UINT32 MaxDepth,
UINT32 Flags,
- ACPI_WALK_CALLBACK PreOrderVisit,
- ACPI_WALK_CALLBACK PostOrderVisit,
+ ACPI_WALK_CALLBACK DescendingCallback,
+ ACPI_WALK_CALLBACK AscendingCallback,
void *Context,
void **ReturnValue);
diff --git a/source/include/acpixf.h b/source/include/acpixf.h
index 37906b7b0..a91218e2c 100644
--- a/source/include/acpixf.h
+++ b/source/include/acpixf.h
@@ -345,8 +345,8 @@ AcpiWalkNamespace (
ACPI_OBJECT_TYPE Type,
ACPI_HANDLE StartObject,
UINT32 MaxDepth,
- ACPI_WALK_CALLBACK PreOrderVisit,
- ACPI_WALK_CALLBACK PostOrderVisit,
+ ACPI_WALK_CALLBACK DescendingCallback,
+ ACPI_WALK_CALLBACK AscendingCallback,
void *Context,
void **ReturnValue);