ReactOS
0.4.16-dev-527-gdad3a09
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
17
CODE_SEG
(
"INIT"
)
18
VOID
19
NTAPI
20
KeStartAllProcessors
(
VOID
)
21
{
22
UNIMPLEMENTED
;
23
}
CODE_SEG
#define CODE_SEG(...)
Definition:
Bus_PDO_EvalMethod.c:88
KeStartAllProcessors
VOID NTAPI KeStartAllProcessors(VOID)
Definition:
mproc.c:20
UNIMPLEMENTED
#define UNIMPLEMENTED
Definition:
ntoskrnl.c:15
void
Definition:
nsiface.idl:2307
NTAPI
#define NTAPI
Definition:
typedefs.h:36
ntoskrnl
ke
amd64
mproc.c
Generated on Sat Jan 18 2025 06:11:34 for ReactOS by
1.9.6