]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/StatusCode.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Ppi / StatusCode.h
index 989b24815115e61a97e2abe861f34be7c32974f2..6a0222d6c74e68c612c3b212130a810e1a262ff5 100644 (file)
@@ -3,13 +3,7 @@
   This ppi provides a service that allows PEIMs to report status codes.\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
   @par Revision Reference:\r
   This PPI is introduced in PI Version 1.0.\r
@@ -33,9 +27,9 @@
 /// There can be only one instance of this service in the system.\r
 ///\r
 typedef struct {\r
-  EFI_PEI_REPORT_STATUS_CODE  ReportStatusCode;\r
+  EFI_PEI_REPORT_STATUS_CODE    ReportStatusCode;\r
 } EFI_PEI_PROGRESS_CODE_PPI;\r
 \r
-extern EFI_GUID gEfiPeiStatusCodePpiGuid;\r
+extern EFI_GUID  gEfiPeiStatusCodePpiGuid;\r
 \r
 #endif\r