mirror of
https://github.com/acpica/acpica/
synced 2025-01-24 10:22:11 +03:00
Added common procedure for notify type check
date 2002.03.21.17.26.00; author rmoore1; state Exp;
This commit is contained in:
parent
dac25c471a
commit
cfdaabf6b2
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acevents.h - Event subcomponent prototypes and defines
|
||||
* $Revision: 1.74 $
|
||||
* $Revision: 1.76 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -148,6 +148,10 @@ AcpiEvFixedEventDispatch (
|
||||
* Evmisc
|
||||
*/
|
||||
|
||||
BOOLEAN
|
||||
AcpiEvIsNotifyObject (
|
||||
ACPI_NAMESPACE_NODE *Node);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiEvAcquireGlobalLock(
|
||||
UINT32 Timeout);
|
||||
@ -173,7 +177,7 @@ AcpiEvQueueNotifyRequest (
|
||||
ACPI_NAMESPACE_NODE *Node,
|
||||
UINT32 NotifyValue);
|
||||
|
||||
void
|
||||
void ACPI_SYSTEM_XFACE
|
||||
AcpiEvNotifyDispatch (
|
||||
void *Context);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user