mirror of
https://github.com/acpica/acpica/
synced 2025-01-24 18:32:04 +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
|
* 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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user