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
25
43typedef
45(EFIAPI *EFI_SEC_HOB_DATA_GET)(
48 );
49
55};
56
57extern EFI_GUID gEfiSecHobDataPpiGuid;
58
59#endif
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
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
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
Definition: Base.h:213