KeAcquire/ReleaseQueuedSpinlock belong to ntoskrnl on amd64

svn path=/branches/ros-amd64-bringup/; revision=35742
This commit is contained in:
Timo Kreuzer
2008-08-29 01:45:40 +00:00
parent df5f36896f
commit bb1ab6e781

View File

@@ -3631,14 +3631,22 @@ IoVerifyVolume (
IN BOOLEAN AllowRawMount
);
#ifdef _M_AMD64
NTKERNELAPI
#else
NTHALAPI
#endif
KIRQL
FASTCALL
KeAcquireQueuedSpinLock (
IN KSPIN_LOCK_QUEUE_NUMBER Number
);
#ifdef _M_AMD64
NTKERNELAPI
#else
NTHALAPI
#endif
VOID
FASTCALL
KeReleaseQueuedSpinLock (