[ARMLLB]: Split up support between OMAP3 Beagle and ZOOM2.
[reactos.git] / reactos / boot / armllb / hw / omap3-beagle / hwinit.c
diff --git a/reactos/boot/armllb/hw/omap3-beagle/hwinit.c b/reactos/boot/armllb/hw/omap3-beagle/hwinit.c
new file mode 100755 (executable)
index 0000000..4c7c0c9
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * PROJECT:         ReactOS Boot Loader
+ * LICENSE:         BSD - See COPYING.ARM in the top level directory
+ * FILE:            boot/armllb/hw/omap3-beagle/hwinit.c
+ * PURPOSE:         LLB Hardware Initialization Routines for OMAP3 Beagle
+ * PROGRAMMERS:     ReactOS Portable Systems Group
+ */
+
+#include "precomp.h"
+
+VOID
+NTAPI
+LlbHwInitialize(VOID)
+{
+    while (TRUE);
+}
+
+/* EOF */