X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FEditTitleBar.h;h=bd4354197315cb85e20dfde011c575e3302816ba;hb=HEAD;hp=a416a3b66ed431fde40ce3f1547ff639f38e4800;hpb=c4e74e9b814cfb4b51cf832f3bb218cd2aba348b;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h index a416a3b66e..bd43541973 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h @@ -2,13 +2,7 @@ Declares titlebar interface functions. Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.
- This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -25,7 +19,7 @@ **/ EFI_STATUS MainTitleBarInit ( - CONST CHAR16 *Prompt + CONST CHAR16 *Prompt ); /** @@ -61,14 +55,14 @@ typedef enum { **/ EFI_STATUS MainTitleBarRefresh ( - IN CONST CHAR16 *FileName OPTIONAL, - IN CONST EDIT_FILE_TYPE FileType, - IN CONST BOOLEAN ReadOnly, - IN CONST BOOLEAN Modified, - IN CONST UINTN LastCol, - IN CONST UINTN LastRow, - IN CONST UINTN Offset, - IN CONST UINTN Size + IN CONST CHAR16 *FileName OPTIONAL, + IN CONST EDIT_FILE_TYPE FileType, + IN CONST BOOLEAN ReadOnly, + IN CONST BOOLEAN Modified, + IN CONST UINTN LastCol, + IN CONST UINTN LastRow, + IN CONST UINTN Offset, + IN CONST UINTN Size ); #endif