- Remove HalDisplayString from the DDK as it doesn't belong there and is already in the NDK.

- Move KeFlushQueuedDpcs from NDK to DDK as this is where it belongs -- it is a documented routine.

svn path=/trunk/; revision=42474
This commit is contained in:
Stefan Ginsberg 2009-08-07 19:16:01 +00:00
parent 8b8078a0da
commit 5c28e5923e
3 changed files with 7 additions and 13 deletions

View file

@ -3956,13 +3956,6 @@ FsRtlUninitializeOplock (
IN OUT POPLOCK Oplock
);
NTHALAPI
VOID
NTAPI
HalDisplayString (
IN PCHAR String
);
NTKERNELAPI
UCHAR
NTAPI

View file

@ -8304,6 +8304,13 @@ KeEnterCriticalRegion(
#define ExAcquireSpinLockAtDpcLevel(Lock) KeAcquireSpinLockAtDpcLevel(Lock)
#define ExReleaseSpinLockFromDpcLevel(Lock) KeReleaseSpinLockFromDpcLevel(Lock)
NTKERNELAPI
VOID
NTAPI
KeFlushQueuedDpcs(
VOID
);
NTHALAPI
VOID
NTAPI

View file

@ -195,12 +195,6 @@ KeIsExecutingDpc(
VOID
);
VOID
NTAPI
KeFlushQueuedDpcs(
VOID
);
BOOLEAN
NTAPI
KiIpiServiceRoutine(