Implemented NdisMSynchronizeWithInterrupt().

svn path=/trunk/; revision=6614
This commit is contained in:
Eric Kohl 2003-11-11 02:08:19 +00:00
parent 12d1165682
commit c718291b7d

View file

@ -1946,7 +1946,7 @@ NdisMSleep(
/*
* @unimplemented
* @implemented
*/
BOOLEAN
EXPORT
@ -1955,9 +1955,9 @@ NdisMSynchronizeWithInterrupt(
IN PVOID SynchronizeFunction,
IN PVOID SynchronizeContext)
{
UNIMPLEMENTED
return FALSE;
return(KeSynchronizeExecution((PKINTERRUPT)Interrupt,
(PKSYNCHRONIZE_ROUTINE)SynchronizeFunction,
SynchronizeContext));
}