]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Guid/ExtractSection.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / Include / Guid / ExtractSection.h
index 6f0e0efe07f4052473638f8cf3dfc5841d94ce63..7346296fbcf010aa9f3ca1b03b86398052166302 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 \r
 \r
   Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 \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
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
 \r
 **/\r
 \r
 \r
 #include <Library/ExtractGuidedSectionLib.h>\r
 \r
 \r
 #include <Library/ExtractGuidedSectionLib.h>\r
 \r
-\r
 //\r
 // The GUID for this protocol mathes the Decompression scheme being used\r
 // So for example LZMA would be gLzmaCustomDecompressGuid\r
 //\r
 typedef struct {\r
 //\r
 // The GUID for this protocol mathes the Decompression scheme being used\r
 // So for example LZMA would be gLzmaCustomDecompressGuid\r
 //\r
 typedef struct {\r
-  EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER   SectionGetInfo;\r
-  EXTRACT_GUIDED_SECTION_DECODE_HANDLER     SectionExtraction;\r
+  EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER    SectionGetInfo;\r
+  EXTRACT_GUIDED_SECTION_DECODE_HANDLER      SectionExtraction;\r
 } EXTRACT_SECTION_DATA;\r
 \r
 typedef struct {\r
 } EXTRACT_SECTION_DATA;\r
 \r
 typedef struct {\r
-  EFI_HOB_GUID_TYPE     Hob;     \r
-  EXTRACT_SECTION_DATA  Data;\r
+  EFI_HOB_GUID_TYPE       Hob;\r
+  EXTRACT_SECTION_DATA    Data;\r
 } EXTRACT_SECTION_HOB;\r
 \r
 #endif\r
 } EXTRACT_SECTION_HOB;\r
 \r
 #endif\r
-\r