TianoCore EDK2 master
Loading...
Searching...
No Matches
DxeIpl.h
Go to the documentation of this file.
1
13#ifndef __DXE_IPL_H__
14#define __DXE_IPL_H__
15
16#define EFI_DXE_IPL_PPI_GUID \
17 { \
18 0xae8ce5d, 0xe448, 0x4437, {0xa8, 0xd7, 0xeb, 0xf5, 0xf1, 0x94, 0xf7, 0x31 } \
19 }
20
22
47typedef
49(EFIAPI *EFI_DXE_IPL_ENTRY)(
51 IN EFI_PEI_SERVICES **PeiServices,
53 );
54
62};
63
64extern EFI_GUID gEfiDxeIplPpiGuid;
65
66#endif
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
EFI_STATUS(EFIAPI * EFI_DXE_IPL_ENTRY)(IN CONST EFI_DXE_IPL_PPI *This, IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_HOB_POINTERS HobList)
Definition: DxeIpl.h:49
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
Definition: Base.h:213