TianoCore EDK2 master
Loading...
Searching...
No Matches
DxeLoadFuncFit.c
Go to the documentation of this file.
1
9#include <PiPei.h>
10#include <Library/BaseLib.h>
11#include <Library/DebugLib.h>
14#include <Library/PcdLib.h>
15#include <Library/HobLib.h>
16#include <Library/FdtLib.h>
17#include <Library/PcdLib.h>
18#include "UefiPayloadEntry.h"
19
27EFIAPI
29 IN UINTN Param1,
30 IN UINTN Param2
31 )
32{
33 return FitUplEntryPoint (Param2);
34}
UINT64 UINTN
EFI_STATUS EFIAPI FitUplEntryPoint(IN UINTN BootloaderParameter)
EFI_STATUS EFIAPI _ModuleEntryPoint(IN UINTN BootloaderParameter)
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29