OpenCore
1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
CanaryDummy.c
Go to the documentation of this file.
1
12
#include <Library/PeimEntryPoint.h>
13
27
EFI_STATUS
28
EFIAPI
29
_ModuleEntryPointReal
(
30
IN EFI_PEI_FILE_HANDLE FileHandle,
31
IN CONST EFI_PEI_SERVICES **PeiServices
32
);
33
34
EFI_STATUS
35
EFIAPI
36
_ModuleEntryPoint
(
37
IN EFI_PEI_FILE_HANDLE FileHandle,
38
IN CONST EFI_PEI_SERVICES **PeiServices
39
)
40
{
41
return
_ModuleEntryPointReal
(FileHandle, PeiServices);
42
}
_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
OcPeimEntryPoint
CanaryDummy.c
Generated by
1.12.0