Full implementation of RemoveGpeBlock

date	2003.03.28.00.21.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:01:26 +00:00
parent c45fa88059
commit 4bb0f829be
2 changed files with 13 additions and 12 deletions

View File

@ -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

View File

@ -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
*/