mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:35:42 +00:00
[XDK] kefuncs.h: Unduplicate 2 function definitions (#6057)
This commit is contained in:
parent
1797566d73
commit
0c568c0c90
1 changed files with 1 additions and 15 deletions
|
@ -139,21 +139,9 @@ VOID
|
|||
NTAPI
|
||||
KeSetSystemAffinityThread(
|
||||
_In_ KAFFINITY Affinity);
|
||||
|
||||
NTKERNELAPI
|
||||
VOID
|
||||
NTAPI
|
||||
KeSetTargetProcessorDpc(
|
||||
_Inout_ PRKDPC Dpc,
|
||||
_In_ CCHAR Number);
|
||||
|
||||
NTKERNELAPI
|
||||
KAFFINITY
|
||||
NTAPI
|
||||
KeQueryActiveProcessors(VOID);
|
||||
$endif (_WDMDDK_)
|
||||
$if (_NTDDK_)
|
||||
|
||||
$if (_WDMDDK_ || _NTDDK_)
|
||||
NTKERNELAPI
|
||||
VOID
|
||||
NTAPI
|
||||
|
@ -165,8 +153,6 @@ NTKERNELAPI
|
|||
KAFFINITY
|
||||
NTAPI
|
||||
KeQueryActiveProcessors(VOID);
|
||||
$endif (_NTDDK_)
|
||||
$if (_WDMDDK_ || _NTDDK_)
|
||||
#endif /* defined(SINGLE_GROUP_LEGACY_API) */
|
||||
$endif (_WDMDDK_ || _NTDDK_)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue