]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/DebugPrintErrorLevelLib.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Library / DebugPrintErrorLevelLib.h
index 2b051f421054a712bb3cf59221338452faff8473..d09bc684736871fc2ca56cc10e73e06dfd461e5d 100644 (file)
@@ -1,16 +1,11 @@
 /** @file\r
   Debug Print Error Level Library class\r
 \r
-  Copyright (c) 2011, 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
+  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
+\r
 #ifndef _DEBUG_PRINT_ERROR_LEVEL_LIB_H_\r
 #define _DEBUG_PRINT_ERROR_LEVEL_LIB_H_\r
 \r
@@ -28,10 +23,10 @@ GetDebugPrintErrorLevel (
 \r
 /**\r
   Sets the global debug print error level mask fpr the entire platform.\r
-  \r
+\r
   @param   ErrorLevel     Global debug print error level\r
-  \r
-  @retval  TRUE           The debug print error level mask was sucessfully set.\r
+\r
+  @retval  TRUE           The debug print error level mask was successfully set.\r
   @retval  FALSE          The debug print error level mask could not be set.\r
 \r
 **/\r
@@ -40,4 +35,5 @@ EFIAPI
 SetDebugPrintErrorLevel (\r
   UINT32  ErrorLevel\r
   );\r
+\r
 #endif\r