ReactOS 0.4.15-dev-7788-g1ad9096
entry.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/freeldr/freeldr/arch/arm/entry.c
5 * PURPOSE: Implements the entry point for ARM machines (see also boot.S)
6 * PROGRAMMERS: ReactOS Portable Systems Group
7 */
8
9/* INCLUDES ***************************************************************/
10
11#include <freeldr.h>
12#include <debug.h>
13
14/* FUNCTIONS **************************************************************/
15
16VOID
18{
19 BootMain("");
20}
VOID RealEntryPoint(VOID)
Definition: entry.c:17
VOID __cdecl BootMain(IN PCCH CmdLine)
Definition: freeldr.c:43