ReactOS 0.4.15-dev-7934-g1dc8d80
halinit_up.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS HAL
3 * LICENSE: BSD - See COPYING.ARM in the top level directory
4 * FILE: hal/halarm/versa/halinit_up.c
5 * PURPOSE: Versatile Board-Specific HAL Initialization
6 * PROGRAMMERS: ReactOS Portable Systems Group
7 */
8
9/* INCLUDES *******************************************************************/
10
11#include <hal.h>
12#define NDEBUG
13#include <debug.h>
14
15/* GLOBALS ********************************************************************/
16
17/* PRIVATE FUNCTIONS **********************************************************/
18
19VOID
21{
22
23}
24
25VOID
27{
28
29}
30
31/* EOF */
VOID HalpInitPhase0(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
Definition: halinit_up.c:20
VOID HalpInitPhase1(VOID)
Definition: halinit_up.c:26
#define IN
Definition: typedefs.h:39