]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/EditStatusBar.c
ShellPkg/[hex]edit: use SimpleTextInEx to read console
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / EditStatusBar.c
index fbf48b7e2b164cd0f93b40afe3359963fc5c6eae..e7792c17b005ced641558ddd2962c9c160c66d45 100644 (file)
@@ -27,7 +27,6 @@ BOOLEAN StatusStringChanged;
   @sa StatusBarSetStatusString\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 StatusBarInit (\r
   VOID\r
   )\r
@@ -49,7 +48,6 @@ StatusBarInit (
   Cleanup function for the status bar.\r
 **/\r
 VOID\r
-EFIAPI\r
 StatusBarCleanup (\r
   VOID\r
   )\r
@@ -84,7 +82,6 @@ typedef union {
   @retval EFI_SUCCESS         The operation was successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 StatusBarRefresh (\r
   IN BOOLEAN  EditorFirst,\r
   IN UINTN    LastRow,\r
@@ -177,7 +174,6 @@ StatusBarRefresh (
   @retval EFI_OUT_OF_RESOURCES  A memory allocation failed.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 StatusBarSetStatusString (\r
   IN CHAR16 *Str\r
   )\r
@@ -202,7 +198,6 @@ StatusBarSetStatusString (
   @return The string that is used.\r
 **/\r
 CONST CHAR16*\r
-EFIAPI\r
 StatusBarGetString (\r
   VOID\r
   )\r
@@ -214,7 +209,6 @@ StatusBarGetString (
   Function to set the need refresh boolean to TRUE.\r
 **/\r
 VOID\r
-EFIAPI\r
 StatusBarSetRefresh(\r
   VOID\r
   )\r
@@ -228,7 +222,6 @@ StatusBarSetRefresh(
   @retval TRUE    The status bar needs to be refreshed.\r
 **/\r
 BOOLEAN\r
-EFIAPI\r
 StatusBarGetRefresh(\r
   VOID\r
   )\r