ReactOS
0.4.16-dev-199-g898cc56
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
16
VOID
17
RealEntryPoint
(
VOID
)
18
{
19
BootMain
(
""
);
20
}
RealEntryPoint
VOID RealEntryPoint(VOID)
Definition:
entry.c:17
BootMain
VOID __cdecl BootMain(IN PCCH CmdLine)
Definition:
freeldr.c:33
freeldr.h
void
Definition:
nsiface.idl:2307
boot
freeldr
freeldr
arch
arm
entry.c
Generated on Fri Nov 1 2024 06:04:09 for ReactOS by
1.9.6