Sync to trunk (r47832)
[reactos.git] / boot / armllb / hw / omap3 / 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/hwinit.c
5 * PURPOSE: LLB Hardware Initialization Routines for OMAP3
6 * PROGRAMMERS: ReactOS Portable Systems Group
7 */
8
9 #include "precomp.h"
10
11 VOID
12 NTAPI
13 LlbHwInitialize(VOID)
14 {
15
16 }
17
18 /* EOF */