TianoCore EDK2 master
Loading...
Searching...
No Matches
MeasuredFvHob.h
Go to the documentation of this file.
1
10#ifndef _MEASURED_FV_HOB_H_
11#define _MEASURED_FV_HOB_H_
12
14
18#define EFI_MEASURED_FV_HOB_GUID \
19 { \
20 0xb2360b42, 0x7173, 0x420a, { 0x86, 0x96, 0x46, 0xca, 0x6b, 0xab, 0x10, 0x60 } \
21 }
22
23extern EFI_GUID gMeasuredFvHobGuid;
24
25typedef struct {
26 UINT32 Num;
27 EFI_PLATFORM_FIRMWARE_BLOB MeasuredFvBuf[1];
29
30#endif
Definition: Base.h:213