]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.c
ShellPkg/[hex]edit: use SimpleTextInEx to read console
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / EditTitleBar.c
index ce7a2520ce52b14d8dbc39ddbb7ee0733feb9f3d..727605ccad08eef384fa210ea863866c2c5a249c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Implements titlebar interface functions.\r
 \r
-  Copyright (c) 2013, Hewlett-Packard Development Company, L.P.\r
+  (C) Copyright 2013 Hewlett-Packard Development Company, L.P.<BR>\r
   Copyright (c) 2005 - 2014, 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
@@ -27,7 +27,6 @@ CHAR16  *Title = NULL;
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 MainTitleBarInit (\r
   CONST CHAR16 *Prompt\r
   )\r
@@ -52,7 +51,6 @@ MainTitleBarInit (
   Clean up the memory used.\r
 **/\r
 VOID\r
-EFIAPI\r
 MainTitleBarCleanup (\r
   VOID\r
   )\r
@@ -86,7 +84,6 @@ typedef union {
   @retval EFI_SUCCESS           The operation was successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 MainTitleBarRefresh (\r
   IN CONST CHAR16                 *FileName OPTIONAL,\r
   IN CONST EDIT_FILE_TYPE         FileType,\r