aboutsummaryrefslogtreecommitdiff
path: root/include/actypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/actypes.h')
-rw-r--r--include/actypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/actypes.h b/include/actypes.h
index 3c0626ab1e35..601e87e908d9 100644
--- a/include/actypes.h
+++ b/include/actypes.h
@@ -1099,7 +1099,7 @@ ACPI_STATUS (*ACPI_ADR_SPACE_SETUP) (
typedef
ACPI_STATUS (*ACPI_WALK_CALLBACK) (
- ACPI_HANDLE ObjHandle,
+ ACPI_HANDLE Object,
UINT32 NestingLevel,
void *Context,
void **ReturnValue);