MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / _ModuleEntryPoint

Function _ModuleEntryPoint

CloverEFI/OsxDxeIpl/DxeInit.c:271–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271EFI_STATUS
272EFIAPI
273_ModuleEntryPoint (
274 IN EFILDRHANDOFF *Handoff
275 )
276{
277 DxeInit(Handoff);
278 return EFI_SUCCESS;
279}

Callers

nothing calls this directly

Calls 1

DxeInitFunction · 0.85

Tested by

no test coverage detected