summaryrefslogtreecommitdiff
path: root/include/acobject.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2009-12-14 22:07:33 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2009-12-14 22:07:33 +0000
commitdeca274c44eb2d731761ba35813f64bdbdc734df (patch)
treef44ff7d55387c0db90e95e80289d7ed0525b8dd8 /include/acobject.h
parent1b40f7cf3cd1180573e2d9ec6cd169e887b720e0 (diff)
Notes
Diffstat (limited to 'include/acobject.h')
-rw-r--r--include/acobject.h7
1 files changed, 6 insertions, 1 deletions
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;