mirror of
https://github.com/acpica/acpica/
synced 2025-02-15 21:14:06 +03:00
Full implementation of RemoveGpeBlock
date 2003.03.28.00.21.00; author rmoore1; state Exp;
This commit is contained in:
parent
c45fa88059
commit
4bb0f829be
@ -150,18 +150,6 @@ typedef struct acpi_signal_fatal_info
|
||||
} ACPI_SIGNAL_FATAL_INFO;
|
||||
|
||||
|
||||
/*
|
||||
* Types specific to the OS service interfaces
|
||||
*/
|
||||
|
||||
typedef UINT32
|
||||
(ACPI_SYSTEM_XFACE *OSD_HANDLER) (
|
||||
void *Context);
|
||||
|
||||
typedef void
|
||||
(ACPI_SYSTEM_XFACE *OSD_EXECUTION_CALLBACK) (
|
||||
void *Context);
|
||||
|
||||
|
||||
/*
|
||||
* OSL Initialization and shutdown primitives
|
||||
|
@ -430,6 +430,19 @@ AcpiGetGpeStatus (
|
||||
UINT32 Flags,
|
||||
ACPI_EVENT_STATUS *EventStatus);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiInstallGpeBlock (
|
||||
ACPI_HANDLE GpeDevice,
|
||||
ACPI_GENERIC_ADDRESS *GpeBlockAddress,
|
||||
UINT32 RegisterCount,
|
||||
UINT32 InterruptLevel);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiRemoveGpeBlock (
|
||||
ACPI_HANDLE GpeDevice);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Resource interfaces
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user