X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EmbeddedPkg%2FInclude%2FGuid%2FExtractSection.h;h=f471e876a1671e3a9860fbc4601dd86ff89ada99;hb=158497a094dc6b6a2de0c539c1f9c8341aa8b499;hp=4dedb60b10e7c83c72261c25624ebc81d4dac4b9;hpb=607a0df601d0dcdc3f03e70ec36f41b164e55f7a;p=mirror_edk2.git diff --git a/EmbeddedPkg/Include/Guid/ExtractSection.h b/EmbeddedPkg/Include/Guid/ExtractSection.h old mode 100755 new mode 100644 index 4dedb60b10..f471e876a1 --- a/EmbeddedPkg/Include/Guid/ExtractSection.h +++ b/EmbeddedPkg/Include/Guid/ExtractSection.h @@ -1,8 +1,8 @@ /** @file - Copyright (c) 2008-2009 Apple Inc. All rights reserved.
+ Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
- All rights reserved. This program and the accompanying materials + This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -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