mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Implemented NdisMSynchronizeWithInterrupt().
svn path=/trunk/; revision=6614
This commit is contained in:
parent
12d1165682
commit
c718291b7d
1 changed files with 4 additions and 4 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue