]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / EditTitleBar.h
index a416a3b66ed431fde40ce3f1547ff639f38e4800..bd4354197315cb85e20dfde011c575e3302816ba 100644 (file)
@@ -2,13 +2,7 @@
   Declares titlebar 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
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -25,7 +19,7 @@
 **/\r
 EFI_STATUS\r
 MainTitleBarInit (\r
-  CONST CHAR16 *Prompt\r
+  CONST CHAR16  *Prompt\r
   );\r
 \r
 /**\r
@@ -61,14 +55,14 @@ typedef enum {
 **/\r
 EFI_STATUS\r
 MainTitleBarRefresh (\r
-  IN CONST CHAR16                 *FileName OPTIONAL,\r
-  IN CONST EDIT_FILE_TYPE         FileType,\r
-  IN CONST BOOLEAN                ReadOnly,\r
-  IN CONST BOOLEAN                Modified,\r
-  IN CONST UINTN                  LastCol,\r
-  IN CONST UINTN                  LastRow,\r
-  IN CONST UINTN                  Offset,\r
-  IN CONST UINTN                  Size\r
+  IN CONST CHAR16          *FileName OPTIONAL,\r
+  IN CONST EDIT_FILE_TYPE  FileType,\r
+  IN CONST BOOLEAN         ReadOnly,\r
+  IN CONST BOOLEAN         Modified,\r
+  IN CONST UINTN           LastCol,\r
+  IN CONST UINTN           LastRow,\r
+  IN CONST UINTN           Offset,\r
+  IN CONST UINTN           Size\r
   );\r
 \r
 #endif\r