ReactOS 0.4.16-dev-833-g4bc97ad
processor.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Kernel
3 * LICENSE: MIT (https://spdx.org/licenses/MIT)
4 * PURPOSE: Portable processor related routines
5 * COPYRIGHT: Copyright 2025 Timo Kreuzer <timo.kreuzer@reactos.org>
6 */
7
8/* INCLUDES ******************************************************************/
9
10#include <ntoskrnl.h>
11#define NDEBUG
12#include <debug.h>
13
14/* GLOBALS *******************************************************************/
15
18
19/* FUNCTIONS *****************************************************************/
20
24{
25 return KeActiveProcessors;
26}
ULONG_PTR KAFFINITY
Definition: compat.h:85
CCHAR KeNumberProcessors
Definition: processor.c:16
KAFFINITY KeActiveProcessors
Definition: processor.c:17
KAFFINITY NTAPI KeQueryActiveProcessors(VOID)
Definition: processor.c:23
#define NTAPI
Definition: typedefs.h:36
char CCHAR
Definition: typedefs.h:51