diff options
author | iwasaki <iwasaki@FreeBSD.org> | 2002-11-27 18:07:48 +0000 |
---|---|---|
committer | iwasaki <iwasaki@FreeBSD.org> | 2002-11-27 18:07:48 +0000 |
commit | 2b17a8d498a3e4598c19121ab1fad3e7ced2c699 (patch) | |
tree | 89c585f017c40c50fe733a43a36a8a10779f75f5 /sys/contrib/dev/acpica/acobject.h | |
parent | 3b2a4f1cbea5e9139e6d4710e31efedef37247ac (diff) | |
download | FreeBSD-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.h | 3 |
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; |