ReactOS 0.4.15-dev-8039-g69ebfd6
mproc.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Kernel
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Architecture specific source file to hold multiprocessor functions
5 * COPYRIGHT: Copyright 2023 Justin Miller <justin.miller@reactos.org>
6 */
7
8/* INCLUDES *****************************************************************/
9
10#include <ntoskrnl.h>
11
12#define NDEBUG
13#include <debug.h>
14
15/* FUNCTIONS *****************************************************************/
16
17CODE_SEG("INIT")
18VOID
21{
23}
#define CODE_SEG(...)
VOID NTAPI KeStartAllProcessors(VOID)
Definition: mproc.c:20
#define UNIMPLEMENTED
Definition: debug.h:118
#define NTAPI
Definition: typedefs.h:36