summaryrefslogtreecommitdiff
path: root/source/include/acdisasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acdisasm.h')
-rw-r--r--source/include/acdisasm.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/include/acdisasm.h b/source/include/acdisasm.h
index 180f8e64ddf0..f362430bed09 100644
--- a/source/include/acdisasm.h
+++ b/source/include/acdisasm.h
@@ -186,13 +186,16 @@ typedef struct acpi_dmtable_data
typedef struct acpi_op_walk_info
{
+ ACPI_WALK_STATE *WalkState;
+ ACPI_PARSE_OBJECT *MappingOp;
+ UINT8 *PreviousAml;
+ UINT8 *StartAml;
UINT32 Level;
UINT32 LastLevel;
UINT32 Count;
UINT32 BitOffset;
UINT32 Flags;
- ACPI_WALK_STATE *WalkState;
- ACPI_PARSE_OBJECT *MappingOp;
+ UINT32 AmlOffset;
} ACPI_OP_WALK_INFO;