X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FInclude%2FGuid%2FExtractSection.h;h=5d337d470cdf563236c0ad3c6e2f1485e85b97d6;hp=4dedb60b10e7c83c72261c25624ebc81d4dac4b9;hb=ca3ad58bfa2284f0dc98ec904423e83874a90f52;hpb=3370d33e8d95ecc964847e102d711abb09d8bcbe diff --git a/EmbeddedPkg/Include/Guid/ExtractSection.h b/EmbeddedPkg/Include/Guid/ExtractSection.h index 4dedb60b10..5d337d470c 100755 --- a/EmbeddedPkg/Include/Guid/ExtractSection.h +++ b/EmbeddedPkg/Include/Guid/ExtractSection.h @@ -22,11 +22,14 @@ // The GUID for this protocol mathes the Decompression scheme being used // So for example LZMA would be gLzmaCustomDecompressGuid // - typedef struct { - EFI_HOB_GUID_TYPE Hob; EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER SectionGetInfo; EXTRACT_GUIDED_SECTION_DECODE_HANDLER SectionExtraction; +} EXTRACT_SECTION_DATA; + +typedef struct { + EFI_HOB_GUID_TYPE Hob; + EXTRACT_SECTION_DATA Data; } EXTRACT_SECTION_HOB; #endif