]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/Stall.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Ppi / Stall.h
index 7139bbba6cff8d302e3d2153e9879008bf188f26..155154c0b3572b1b86288a5d6f71e6ef42e44199 100644 (file)
@@ -4,13 +4,7 @@
   This ppi abstracts the blocking stall service to other agents.\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
@@ -52,11 +46,11 @@ struct _EFI_PEI_STALL_PPI {
   ///\r
   /// The resolution in microseconds of the stall services.\r
   ///\r
-  UINTN          Resolution;\r
+  UINTN            Resolution;\r
 \r
-  EFI_PEI_STALL  Stall;\r
+  EFI_PEI_STALL    Stall;\r
 };\r
 \r
-extern EFI_GUID gEfiPeiStallPpiGuid;\r
+extern EFI_GUID  gEfiPeiStallPpiGuid;\r
 \r
 #endif\r