mirror of
https://github.com/acpica/acpica/
synced 2025-01-24 18:32:04 +03:00
New Interfaces
date 99.06.03.23.26.00; author rmoore1; state Exp;
This commit is contained in:
parent
85ceb09a23
commit
44b754d22d
@ -151,23 +151,25 @@ void
|
||||
EvRestoreAcpiState (
|
||||
void);
|
||||
|
||||
INT32
|
||||
EvGpeDispatch (
|
||||
UINT16 Index,
|
||||
UINT32 GpeBase,
|
||||
UINT16 GpeLength);
|
||||
ACPI_STATUS
|
||||
EvGpeInitialize (
|
||||
void);
|
||||
|
||||
INT32
|
||||
UINT32
|
||||
EvGpeDispatch (
|
||||
UINT32 GpeNumber);
|
||||
|
||||
UINT32
|
||||
EvGpeDetect (
|
||||
void);
|
||||
|
||||
INT32
|
||||
UINT32
|
||||
EvFixedEventDetect (
|
||||
void);
|
||||
|
||||
INT32
|
||||
UINT32
|
||||
EvFixedEventDispatch (
|
||||
INT32 Event);
|
||||
UINT32 Event);
|
||||
|
||||
|
||||
/* Debug stuff */
|
||||
|
Loading…
Reference in New Issue
Block a user