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:
aystarik 2005-06-29 19:37:52 +00:00
parent 58016a41ce
commit b1c4bf3cea

View File

@ -271,7 +271,8 @@ HwGetModeCapabilities (
UINT32
HwRegisterIO (
INT32 ReadWrite,
INT32 ReadWrite,
UINT32 UseLock,
INT32 RegisterId, ... /* DWORD Value */);
void