Added common procedure for notify type check

date	2002.03.21.17.26.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:32:25 +00:00
parent dac25c471a
commit cfdaabf6b2

View File

@ -1,7 +1,7 @@
/****************************************************************************** /******************************************************************************
* *
* Name: acevents.h - Event subcomponent prototypes and defines * Name: acevents.h - Event subcomponent prototypes and defines
* $Revision: 1.74 $ * $Revision: 1.76 $
* *
*****************************************************************************/ *****************************************************************************/
@ -148,6 +148,10 @@ AcpiEvFixedEventDispatch (
* Evmisc * Evmisc
*/ */
BOOLEAN
AcpiEvIsNotifyObject (
ACPI_NAMESPACE_NODE *Node);
ACPI_STATUS ACPI_STATUS
AcpiEvAcquireGlobalLock( AcpiEvAcquireGlobalLock(
UINT32 Timeout); UINT32 Timeout);
@ -173,7 +177,7 @@ AcpiEvQueueNotifyRequest (
ACPI_NAMESPACE_NODE *Node, ACPI_NAMESPACE_NODE *Node,
UINT32 NotifyValue); UINT32 NotifyValue);
void void ACPI_SYSTEM_XFACE
AcpiEvNotifyDispatch ( AcpiEvNotifyDispatch (
void *Context); void *Context);