]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/ExtractGuidedSectionLib.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Library / ExtractGuidedSectionLib.h
index cc6c6fff24d6fc359691ec4493a2595f0d096048..15058ae636ff23b813f9c0769d520aa72ec526c0 100644 (file)
   providing a simple method to extend the number of GUIDed sections types a platform supports.\r
 \r
 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\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
 #ifndef __EXTRACT_GUIDED_SECTION_H__\r
 #define __EXTRACT_GUIDED_SECTION_H__\r
 \r
@@ -103,7 +98,7 @@ RETURN_STATUS
 (EFIAPI *EXTRACT_GUIDED_SECTION_DECODE_HANDLER)(\r
   IN CONST  VOID    *InputSection,\r
   OUT       VOID    **OutputBuffer,\r
-  IN        VOID    *ScratchBuffer,        OPTIONAL\r
+  IN        VOID    *ScratchBuffer         OPTIONAL,\r
   OUT       UINT32  *AuthenticationStatus\r
   );\r
 \r
@@ -242,7 +237,7 @@ EFIAPI
 ExtractGuidedSectionDecode (\r
   IN  CONST VOID    *InputSection,\r
   OUT       VOID    **OutputBuffer,\r
-  IN        VOID    *ScratchBuffer,        OPTIONAL\r
+  IN        VOID    *ScratchBuffer         OPTIONAL,\r
   OUT       UINT32  *AuthenticationStatus\r
   );\r
 \r
@@ -277,7 +272,7 @@ RETURN_STATUS
 EFIAPI\r
 ExtractGuidedSectionGetHandlers (\r
   IN CONST   GUID                                     *SectionGuid,\r
-  OUT        EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER  *GetInfoHandler,  OPTIONAL\r
+  OUT        EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER  *GetInfoHandler   OPTIONAL,\r
   OUT        EXTRACT_GUIDED_SECTION_DECODE_HANDLER    *DecodeHandler    OPTIONAL\r
   );\r
 \r