mirror of
https://github.com/acpica/acpica/
synced 2025-01-28 20:25:25 +03:00
Added parameter to HwRegisterIO call to gate whether or not the
hardware mutex is acquired. date 2000.05.16.22.17.00; author mwalz; state Exp;
This commit is contained in:
parent
58016a41ce
commit
b1c4bf3cea
@ -271,7 +271,8 @@ HwGetModeCapabilities (
|
||||
|
||||
UINT32
|
||||
HwRegisterIO (
|
||||
INT32 ReadWrite,
|
||||
INT32 ReadWrite,
|
||||
UINT32 UseLock,
|
||||
INT32 RegisterId, ... /* DWORD Value */);
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user