mirror of
https://github.com/acpica/acpica/
synced 2025-01-09 11:02:02 +03:00
GPE rework to simplify
date 2003.02.06.21.01.00; author rmoore1; state Exp;
This commit is contained in:
parent
6611a7d364
commit
dc75d9fa2e
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acevents.h - Event subcomponent prototypes and defines
|
||||
* $Revision: 1.80 $
|
||||
* $Revision: 1.82 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
*
|
||||
* 1. Copyright Notice
|
||||
*
|
||||
* Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
|
||||
* Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
|
||||
* All rights reserved.
|
||||
*
|
||||
* 2. License
|
||||
@ -164,8 +164,12 @@ ACPI_STATUS
|
||||
AcpiEvInitGlobalLockHandler (
|
||||
void);
|
||||
|
||||
UINT32
|
||||
AcpiEvGetGpeRegisterIndex (
|
||||
ACPI_GPE_REGISTER_INFO *
|
||||
AcpiEvGetGpeRegisterInfo (
|
||||
UINT32 GpeNumber);
|
||||
|
||||
ACPI_GPE_NUMBER_INFO *
|
||||
AcpiEvGetGpeNumberInfo (
|
||||
UINT32 GpeNumber);
|
||||
|
||||
UINT32
|
||||
|
Loading…
Reference in New Issue
Block a user