OpenCore
1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
CanaryDummy.c
Go to the documentation of this file.
1
12
#include <Library/UefiApplicationEntryPoint.h>
13
31
EFI_STATUS
32
EFIAPI
33
_ModuleEntryPointReal
(
34
IN EFI_HANDLE ImageHandle,
35
IN EFI_SYSTEM_TABLE *SystemTable
36
);
37
38
EFI_STATUS
39
EFIAPI
40
_ModuleEntryPoint
(
41
IN EFI_HANDLE ImageHandle,
42
IN EFI_SYSTEM_TABLE *SystemTable
43
)
44
{
45
return
_ModuleEntryPointReal
(ImageHandle, SystemTable);
46
}
_ModuleEntryPointReal
EFI_STATUS EFIAPI _ModuleEntryPointReal(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition
ApplicationEntryPoint.c:35
_ModuleEntryPoint
EFI_STATUS EFIAPI _ModuleEntryPoint(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition
CanaryDummy.c:40
Library
OcApplicationEntryPoint
CanaryDummy.c
Generated by
1.12.0