]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/Shell/FileHandleWrappers.c
ShellPkg/Application: Remove unnecessary EFIAPI
[mirror_edk2.git] / ShellPkg / Application / Shell / FileHandleWrappers.c
index 0d38e9d5fe61ce72c9d59577b5ece7ba0292f77a..9a75a686a4ff71d5641ed30bbaf7e7e7e63c4302 100644 (file)
@@ -302,7 +302,6 @@ FileInterfaceNulWrite(
   @param[out] TabUpdatePos      Return the TAB update position.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 CreateTabCompletionList (\r
   IN CONST CHAR16             *InputString,\r
   IN CONST UINTN              StringLen, \r
@@ -1227,7 +1226,6 @@ FileInterfaceEnvNonVolWrite(
   @return other     a pointer to an EFI_FILE_PROTOCOL structure\r
 **/\r
 EFI_FILE_PROTOCOL*\r
-EFIAPI\r
 CreateFileInterfaceEnv(\r
   IN CONST CHAR16 *EnvName\r
   )\r
@@ -1290,7 +1288,6 @@ CreateFileInterfaceEnv(
   @param[in, out] Row         Current row of the cursor position\r
 **/\r
 VOID\r
-EFIAPI\r
 MoveCursorBackward (\r
   IN     UINTN                   LineLength,\r
   IN OUT UINTN                   *Column,\r
@@ -1320,7 +1317,6 @@ MoveCursorBackward (
   @param[in, out] Row         Current row of the cursor position\r
 **/\r
 VOID\r
-EFIAPI\r
 MoveCursorForward (\r
   IN     UINTN                   LineLength,\r
   IN     UINTN                   TotalRow,\r
@@ -1352,7 +1348,6 @@ MoveCursorForward (
   @param[in] StartColumn  which column to start at\r
 **/\r
 VOID\r
-EFIAPI\r
 PrintCommandHistory (\r
   IN CONST UINTN TotalCols,\r
   IN CONST UINTN TotalRows,\r
@@ -1576,7 +1571,6 @@ FileInterfaceMemClose(
   @return other     A pointer to an EFI_FILE_PROTOCOL structure.\r
 **/\r
 EFI_FILE_PROTOCOL*\r
-EFIAPI\r
 CreateFileInterfaceMem(\r
   IN CONST BOOLEAN Unicode\r
   )\r