]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Guid/ExtractSection.h
DynamicTablesPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmbeddedPkg / Include / Guid / ExtractSection.h
old mode 100755 (executable)
new mode 100644 (file)
index 4dedb60..f471e87
@@ -1,8 +1,8 @@
 /** @file\r
 \r
-  Copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\r
+  Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 \r
-  All rights reserved. This program and the accompanying materials\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
 // The GUID for this protocol mathes the Decompression scheme being used\r
 // So for example LZMA would be gLzmaCustomDecompressGuid\r
 //\r
-\r
 typedef struct {\r
-  EFI_HOB_GUID_TYPE                         Hob;                             \r
   EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER   SectionGetInfo;\r
   EXTRACT_GUIDED_SECTION_DECODE_HANDLER     SectionExtraction;\r
+} EXTRACT_SECTION_DATA;\r
+\r
+typedef struct {\r
+  EFI_HOB_GUID_TYPE     Hob;\r
+  EXTRACT_SECTION_DATA  Data;\r
 } EXTRACT_SECTION_HOB;\r
 \r
 #endif\r