]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/EditStatusBar.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / EditStatusBar.h
index 61d19cc6246ff23560059b26fadbefc517ac9f06..5008f2a0ebc4aeddc9fc5a52f9600b0d8d6072f4 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
   Declares statusbar interface functions.\r
 \r
-  Copyright (c) 2005 - 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) 2005 - 2018, Intel Corporation. All rights reserved. <BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -38,7 +32,7 @@ StatusBarCleanup (
 /**\r
   Cause the status bar to refresh it's printing on the screen.\r
 \r
-  @param[in] EditorFirst      TRUE to indicate the first launch of the editor.  \r
+  @param[in] EditorFirst      TRUE to indicate the first launch of the editor.\r
                               FALSE otherwise.\r
   @param[in] LastRow          LastPrintable row.\r
   @param[in] LastCol          Last printable column.\r
@@ -68,7 +62,7 @@ StatusBarRefresh (
 **/\r
 EFI_STATUS\r
 StatusBarSetStatusString (\r
-  IN CHAR16 *Str\r
+  IN CHAR16  *Str\r
   );\r
 \r
 /**\r
@@ -76,7 +70,7 @@ StatusBarSetStatusString (
 \r
   @return The string that is used.\r
 **/\r
-CONST CHAR16*\r
+CONST CHAR16 *\r
 StatusBarGetString (\r
   VOID\r
   );\r
@@ -85,7 +79,7 @@ StatusBarGetString (
   Function to set the need refresh boolean to TRUE.\r
 **/\r
 VOID\r
-StatusBarSetRefresh(\r
+StatusBarSetRefresh (\r
   VOID\r
   );\r
 \r
@@ -95,7 +89,7 @@ StatusBarSetRefresh(
   @retval TRUE    The status bar needs to be refreshed.\r
 **/\r
 BOOLEAN\r
-StatusBarGetRefresh(\r
+StatusBarGetRefresh (\r
   VOID\r
   );\r
 \r