summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acobject.h
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2002-11-27 18:07:48 +0000
committeriwasaki <iwasaki@FreeBSD.org>2002-11-27 18:07:48 +0000
commit2b17a8d498a3e4598c19121ab1fad3e7ced2c699 (patch)
tree89c585f017c40c50fe733a43a36a8a10779f75f5 /sys/contrib/dev/acpica/acobject.h
parent3b2a4f1cbea5e9139e6d4710e31efedef37247ac (diff)
downloadFreeBSD-src-2b17a8d498a3e4598c19121ab1fad3e7ced2c699.zip
FreeBSD-src-2b17a8d498a3e4598c19121ab1fad3e7ced2c699.tar.gz
Vendor import of the Intel ACPI CA 20021118 drop.
Approved by: re
Diffstat (limited to 'sys/contrib/dev/acpica/acobject.h')
-rw-r--r--sys/contrib/dev/acpica/acobject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/acobject.h b/sys/contrib/dev/acpica/acobject.h
index 007e548..566758d 100644
--- a/sys/contrib/dev/acpica/acobject.h
+++ b/sys/contrib/dev/acpica/acobject.h
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)
- * $Revision: 113 $
+ * $Revision: 114 $
*
*****************************************************************************/
@@ -290,6 +290,7 @@ typedef struct AcpiObjectMutex
void *Semaphore;
union acpi_operand_obj *Prev; /* Link for list of acquired mutexes */
union acpi_operand_obj *Next; /* Link for list of acquired mutexes */
+ ACPI_NAMESPACE_NODE *Node; /* containing object */
} ACPI_OBJECT_MUTEX;
OpenPOWER on IntegriCloud