TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_COMPRESSION_SECTION2 Struct Reference

Data Fields

EFI_COMMON_SECTION_HEADER2 CommonHeader
 
UINT32 UncompressedLength
 
UINT8 CompressionType
 

Detailed Description

Definition at line 289 of file PiFirmwareFile.h.

Field Documentation

◆ CommonHeader

EFI_COMMON_SECTION_HEADER2 EFI_COMPRESSION_SECTION2::CommonHeader

Usual common section header. CommonHeader.Type = EFI_SECTION_COMPRESSION.

Definition at line 293 of file PiFirmwareFile.h.

◆ CompressionType

UINT8 EFI_COMPRESSION_SECTION2::CompressionType

Indicates which compression algorithm is used.

Definition at line 301 of file PiFirmwareFile.h.

◆ UncompressedLength

UINT32 EFI_COMPRESSION_SECTION2::UncompressedLength

UINT32 that indicates the size of the section data after decompression.

Definition at line 297 of file PiFirmwareFile.h.


The documentation for this struct was generated from the following file: