From deca274c44eb2d731761ba35813f64bdbdc734df Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Mon, 14 Dec 2009 22:07:33 +0000 Subject: Import ACPICA 20091214. --- include/acobject.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/acobject.h') diff --git a/include/acobject.h b/include/acobject.h index 5a33fdcf7b972..76f623c83db86 100644 --- a/include/acobject.h +++ b/include/acobject.h @@ -288,7 +288,12 @@ typedef struct acpi_object_method UINT8 SyncLevel; union acpi_operand_object *Mutex; UINT8 *AmlStart; - ACPI_INTERNAL_METHOD Implementation; + union + { + ACPI_INTERNAL_METHOD Implementation; + union acpi_operand_object *Handler; + } Extra; + UINT32 AmlLength; UINT8 ThreadCount; ACPI_OWNER_ID OwnerId; -- cgit v1.2.3