mirror of
https://github.com/acpica/acpica/
synced 2025-01-08 10:32:03 +03:00
Exception handler support
date 2004.09.21.21.54.00; author rmoore1; state Exp;
This commit is contained in:
parent
2a2b5a3b13
commit
6e496f27d6
@ -371,6 +371,15 @@ AcpiInstallGpeHandler (
|
||||
ACPI_EVENT_HANDLER Address,
|
||||
void *Context);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiInstallExceptionHandler (
|
||||
ACPI_EXCEPTION_HANDLER Handler);
|
||||
|
||||
|
||||
/*
|
||||
* Event interfaces
|
||||
*/
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiAcquireGlobalLock (
|
||||
UINT16 Timeout,
|
||||
|
Loading…
Reference in New Issue
Block a user