ReactOS 0.4.15-dev-7788-g1ad9096
entry.c File Reference
#include <freeldr.h>
#include <debug.h>
Include dependency graph for entry.c:

Go to the source code of this file.

Functions

VOID RealEntryPoint (VOID)
 

Function Documentation

◆ RealEntryPoint()

VOID RealEntryPoint ( VOID  )

Definition at line 17 of file entry.c.

18{
19 BootMain("");
20}
VOID __cdecl BootMain(IN PCCH CmdLine)
Definition: freeldr.c:43