TianoCore EDK2
master
Loading...
Searching...
No Matches
SecHobData.h
Go to the documentation of this file.
1
14
#ifndef __SEC_HOB_DATA_PPI_H__
15
#define __SEC_HOB_DATA_PPI_H__
16
17
#include <
Pi/PiHob.h
>
18
19
#define EFI_SEC_HOB_DATA_PPI_GUID \
20
{ \
21
0x3ebdaf20, 0x6667, 0x40d8, {0xb4, 0xee, 0xf5, 0x99, 0x9a, 0xc1, 0xb7, 0x1f } \
22
}
23
24
typedef
struct
_EFI_SEC_HOB_DATA_PPI
EFI_SEC_HOB_DATA_PPI
;
25
43
typedef
44
EFI_STATUS
45
(EFIAPI *
EFI_SEC_HOB_DATA_GET
)(
46
IN
CONST
EFI_SEC_HOB_DATA_PPI
*This,
47
OUT
EFI_HOB_GENERIC_HEADER
**HobList
48
);
49
53
struct
_EFI_SEC_HOB_DATA_PPI
{
54
EFI_SEC_HOB_DATA_GET
GetHobs;
55
};
56
57
extern
EFI_GUID
gEfiSecHobDataPpiGuid;
58
59
#endif
CONST
#define CONST
Definition:
Base.h:259
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
PiHob.h
EFI_SEC_HOB_DATA_GET
EFI_STATUS(EFIAPI * EFI_SEC_HOB_DATA_GET)(IN CONST EFI_SEC_HOB_DATA_PPI *This, OUT EFI_HOB_GENERIC_HEADER **HobList)
Definition:
SecHobData.h:45
EFI_STATUS
RETURN_STATUS EFI_STATUS
Definition:
UefiBaseType.h:29
_EFI_SEC_HOB_DATA_PPI
Definition:
SecHobData.h:53
EFI_HOB_GENERIC_HEADER
Definition:
PiHob.h:36
GUID
Definition:
Base.h:213
MdePkg
Include
Ppi
SecHobData.h
Generated on Fri Nov 15 2024 18:01:15 for TianoCore EDK2 by
1.9.6