ReactOS 0.4.15-dev-7958-gcd0bb1a
hwinit.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Boot Loader
3 * LICENSE: BSD - See COPYING.ARM in the top level directory
4 * FILE: boot/armllb/hw/omap3-beagle/hwinit.c
5 * PURPOSE: LLB Hardware Initialization Routines for OMAP3 Beagle
6 * PROGRAMMERS: ReactOS Portable Systems Group
7 */
8
9#include "precomp.h"
10
11VOID
14{
15 while (TRUE);
16}
17
18/* EOF */
#define TRUE
Definition: types.h:120
VOID NTAPI LlbHwInitialize(VOID)
Definition: hwinit.c:13
#define NTAPI
Definition: typedefs.h:36