[NTOSKRNL/KE]
[reactos.git] / reactos / boot / armllb / hw / omap3-beagle / hwinit.c
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
11 VOID
12 NTAPI
13 LlbHwInitialize(VOID)
14 {
15 while (TRUE);
16 }
17
18 /* EOF */