ReactOS 0.4.15-dev-5865-g640e228
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 HalpBuildType 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
const USHORT HalpBuildType
Definition: buildtype.c:14
#define HAL_BUILD_TYPE
Definition: halp.h:10
unsigned short USHORT
Definition: pedump.c:61