mirror of
https://github.com/acpica/acpica/
synced 2025-02-11 11:04:09 +03:00
Added timeout and Global Lock Handle to global lock Acquire/Release as
per the EPS. date 2001.12.18.21.07.00; author rmoore1; state Exp;
This commit is contained in:
parent
8ed25238b9
commit
aa355cbed2
@ -356,11 +356,12 @@ AcpiInstallGpeHandler (
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiAcquireGlobalLock (
|
||||
void);
|
||||
UINT32 Timeout,
|
||||
UINT32 *Handle);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiReleaseGlobalLock (
|
||||
void);
|
||||
UINT32 Handle);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiRemoveGpeHandler (
|
||||
|
Loading…
x
Reference in New Issue
Block a user