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
40EFI_STATUS
41EFIAPI
43 IN EFI_HANDLE ImageHandle,
44 IN EFI_SYSTEM_TABLE *SystemTable
45 );
46
47EFI_STATUS
48EFIAPI
50 IN EFI_HANDLE ImageHandle,
51 IN EFI_SYSTEM_TABLE *SystemTable
52 )
53{
54 return _ModuleEntryPointReal (ImageHandle, SystemTable);
55}
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