TianoCore EDK2 master
Loading...
Searching...
No Matches
FirmwareVolumeInfoMeasurementExcluded.h
Go to the documentation of this file.
1
9#ifndef __EFI_PEI_FIRMWARE_VOLUME_INFO_MEASUREMENT_EXCLUDED_H__
10#define __EFI_PEI_FIRMWARE_VOLUME_INFO_MEASUREMENT_EXCLUDED_H__
11
12#define EFI_PEI_FIRMWARE_VOLUME_INFO_MEASUREMENT_EXCLUDED_PPI_GUID \
13 { 0x6e056ff9, 0xc695, 0x4364, { 0x9e, 0x2c, 0x61, 0x26, 0xf5, 0xce, 0xea, 0xae } }
14
15typedef struct {
17 UINT64 FvLength;
19
20//
21// This PPI means a FV does not need to be extended to PCR by TCG modules.
22//
23typedef struct {
24 UINT32 Count;
27
28extern EFI_GUID gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid;
29
30#endif
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50
Definition: Base.h:213