/* * PROJECT: ReactOS Boot Loader * LICENSE: BSD - See COPYING.ARM in the top level directory * FILE: boot/armllb/hw/omap3/hwinit.c * PURPOSE: LLB Hardware Initialization Routines for OMAP3 * PROGRAMMERS: ReactOS Portable Systems Group */ #include "precomp.h" VOID NTAPI LlbHwInitialize(VOID) { } /* EOF */