Added THREAD_STATE to track threads and mutexes

date	2001.11.06.21.29.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:17:03 +00:00
parent 82c1d6b21f
commit 8c7614f8bc

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acutils.h -- prototypes for the common (subsystem-wide) procedures
* $Revision: 1.118 $
* $Revision: 1.119 $
*
*****************************************************************************/
@ -619,6 +619,10 @@ ACPI_GENERIC_STATE *
AcpiUtCreateGenericState (
void);
ACPI_THREAD_STATE *
AcpiUtCreateThreadState (
void);
ACPI_GENERIC_STATE *
AcpiUtCreateUpdateState (
ACPI_OPERAND_OBJECT *Object,