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
27EFI_STATUS
28EFIAPI
30 IN EFI_PEI_FILE_HANDLE FileHandle,
31 IN CONST EFI_PEI_SERVICES **PeiServices
32 );
33
34EFI_STATUS
35EFIAPI
37 IN EFI_PEI_FILE_HANDLE FileHandle,
38 IN CONST EFI_PEI_SERVICES **PeiServices
39 )
40{
41 return _ModuleEntryPointReal (FileHandle, PeiServices);
42}
EFI_STATUS EFIAPI _ModuleEntryPointReal(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
EFI_STATUS EFIAPI _ModuleEntryPoint(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition CanaryDummy.c:40