OpenCore
1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
CanaryDummy.c
Go to the documentation of this file.
1
12
#include <Library/UefiDriverEntryPoint.h>
13
40
EFI_STATUS
41
EFIAPI
42
_ModuleEntryPointReal
(
43
IN EFI_HANDLE ImageHandle,
44
IN EFI_SYSTEM_TABLE *SystemTable
45
);
46
47
EFI_STATUS
48
EFIAPI
49
_ModuleEntryPoint
(
50
IN EFI_HANDLE ImageHandle,
51
IN EFI_SYSTEM_TABLE *SystemTable
52
)
53
{
54
return
_ModuleEntryPointReal
(ImageHandle, SystemTable);
55
}
_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
OcDriverEntryPoint
CanaryDummy.c
Generated by
1.12.0