mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:43:51 +00:00
- 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:
parent
8b8078a0da
commit
5c28e5923e
3 changed files with 7 additions and 13 deletions
|
@ -3956,13 +3956,6 @@ FsRtlUninitializeOplock (
|
||||||
IN OUT POPLOCK Oplock
|
IN OUT POPLOCK Oplock
|
||||||
);
|
);
|
||||||
|
|
||||||
NTHALAPI
|
|
||||||
VOID
|
|
||||||
NTAPI
|
|
||||||
HalDisplayString (
|
|
||||||
IN PCHAR String
|
|
||||||
);
|
|
||||||
|
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
UCHAR
|
UCHAR
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
|
@ -8304,6 +8304,13 @@ KeEnterCriticalRegion(
|
||||||
#define ExAcquireSpinLockAtDpcLevel(Lock) KeAcquireSpinLockAtDpcLevel(Lock)
|
#define ExAcquireSpinLockAtDpcLevel(Lock) KeAcquireSpinLockAtDpcLevel(Lock)
|
||||||
#define ExReleaseSpinLockFromDpcLevel(Lock) KeReleaseSpinLockFromDpcLevel(Lock)
|
#define ExReleaseSpinLockFromDpcLevel(Lock) KeReleaseSpinLockFromDpcLevel(Lock)
|
||||||
|
|
||||||
|
NTKERNELAPI
|
||||||
|
VOID
|
||||||
|
NTAPI
|
||||||
|
KeFlushQueuedDpcs(
|
||||||
|
VOID
|
||||||
|
);
|
||||||
|
|
||||||
NTHALAPI
|
NTHALAPI
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
|
@ -195,12 +195,6 @@ KeIsExecutingDpc(
|
||||||
VOID
|
VOID
|
||||||
);
|
);
|
||||||
|
|
||||||
VOID
|
|
||||||
NTAPI
|
|
||||||
KeFlushQueuedDpcs(
|
|
||||||
VOID
|
|
||||||
);
|
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
KiIpiServiceRoutine(
|
KiIpiServiceRoutine(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue