ntoskrnl.exe: Add a stub for Ke386SetIoAccessMap.

This commit is contained in:
Austin English 2011-12-29 16:17:54 -06:00 committed by Alexandre Julliard
parent 60bd62b07c
commit daf0cba81f
2 changed files with 10 additions and 1 deletions

View File

@ -1742,3 +1742,12 @@ BOOLEAN WINAPI Ke386IoSetAccessProcess(PEPROCESS *process, ULONG flag)
FIXME("(%p %d) stub\n", process, flag);
return FALSE;
}
/*****************************************************
* Ke386SetIoAccessMap (NTOSKRNL.EXE.@)
*/
BOOLEAN WINAPI Ke386SetIoAccessMap(ULONG flag, PVOID buffer)
{
FIXME("(%d %p) stub\n", flag, buffer);
return FALSE;
}

View File

@ -505,7 +505,7 @@
@ stub Ke386CallBios
@ stdcall Ke386IoSetAccessProcess(ptr long)
@ stub Ke386QueryIoAccessMap
@ stub Ke386SetIoAccessMap
@ stdcall Ke386SetIoAccessMap(long ptr)
@ stub KeAcquireInterruptSpinLock
@ stub KeAcquireSpinLockAtDpcLevel
@ stub KeAddSystemServiceTable