diff options
Diffstat (limited to 'source/include/acobject.h')
-rw-r--r-- | source/include/acobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/acobject.h b/source/include/acobject.h index 481eb449bbd38..adeb41403412a 100644 --- a/source/include/acobject.h +++ b/source/include/acobject.h @@ -213,6 +213,7 @@ typedef struct acpi_object_method UINT8 ParamCount; UINT8 SyncLevel; union acpi_operand_object *Mutex; + union acpi_operand_object *Node; UINT8 *AmlStart; union { |