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 f047efb8f9d9..e7d9f1c9bb61 100644 --- a/source/include/acobject.h +++ b/source/include/acobject.h @@ -521,6 +521,7 @@ typedef struct acpi_object_addr_handler ACPI_ADR_SPACE_HANDLER Handler; ACPI_NAMESPACE_NODE *Node; /* Parent device */ void *Context; + ACPI_MUTEX ContextMutex; ACPI_ADR_SPACE_SETUP Setup; union acpi_operand_object *RegionList; /* Regions using this handler */ union acpi_operand_object *Next; |
