ReactOS 0.4.15-dev-5884-gab5aff5
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}
21
22VOID
24 ULONG BugCode,
25 PCHAR File,
26 ULONG Line,
28 ...)
29{
30
31}
VOID RealEntryPoint(VOID)
Definition: entry.c:17
VOID FrLdrBugCheckWithMessage(ULONG BugCode, PCHAR File, ULONG Line, PSTR Format,...)
Definition: entry.c:23
Definition: File.h:16
VOID __cdecl BootMain(IN PCCH CmdLine)
Definition: freeldr.c:43
Definition: ncftp.h:79
char * PSTR
Definition: typedefs.h:51
uint32_t ULONG
Definition: typedefs.h:59
char * PCHAR
Definition: typedefs.h:51