ReactOS 0.4.15-dev-7924-g5949c20
buildtype.c
Go to the documentation of this file.
1/*
2* PROJECT: ReactOS Hardware Abstraction Layer
3* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4* PURPOSE: Defines differences for either UP or SMP
5* COPYRIGHT: Copyright 2021 Timo Kreuzer <timo.kreuzer@reactos.org>
6*/
7
8/* INCLUDES *****************************************************************/
9
10#include <hal.h>
11
12/* GLOBALS ******************************************************************/
13
15
16#ifdef CONFIG_SMP
18#else
20#endif
KIRQL HalpIrqlSynchLevel
Definition: buildtype.c:19
const USHORT HalpBuildType
Definition: buildtype.c:14
#define IPI_LEVEL
Definition: env_spec_w32.h:701
UCHAR KIRQL
Definition: env_spec_w32.h:591
#define DISPATCH_LEVEL
Definition: env_spec_w32.h:696
#define HAL_BUILD_TYPE
Definition: halp.h:10
unsigned short USHORT
Definition: pedump.c:61