mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:23:01 +00:00
Fix HALMP build
svn path=/trunk/; revision=24989
This commit is contained in:
parent
58809635ad
commit
d59a0757d9
1 changed files with 11 additions and 0 deletions
|
@ -176,6 +176,17 @@ KeAcquireQueuedSpinLock(IN PKLOCK_QUEUE_HANDLE LockHandle)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @unimplemented
|
||||||
|
*/
|
||||||
|
KIRQL
|
||||||
|
FASTCALL
|
||||||
|
KeAcquireQueuedSpinLockRaiseToSynch(IN KSPIN_LOCK_QUEUE_NUMBER LockNumber)
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue