ShellPkg/Application: Remove unnecessary EFIAPI
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Ruiyu Ni <Ruiyu.ni@intel.com>
This commit is contained in:
@ -302,7 +302,6 @@ FileInterfaceNulWrite(
|
||||
@param[out] TabUpdatePos Return the TAB update position.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
CreateTabCompletionList (
|
||||
IN CONST CHAR16 *InputString,
|
||||
IN CONST UINTN StringLen,
|
||||
@ -1227,7 +1226,6 @@ FileInterfaceEnvNonVolWrite(
|
||||
@return other a pointer to an EFI_FILE_PROTOCOL structure
|
||||
**/
|
||||
EFI_FILE_PROTOCOL*
|
||||
EFIAPI
|
||||
CreateFileInterfaceEnv(
|
||||
IN CONST CHAR16 *EnvName
|
||||
)
|
||||
@ -1290,7 +1288,6 @@ CreateFileInterfaceEnv(
|
||||
@param[in, out] Row Current row of the cursor position
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
MoveCursorBackward (
|
||||
IN UINTN LineLength,
|
||||
IN OUT UINTN *Column,
|
||||
@ -1320,7 +1317,6 @@ MoveCursorBackward (
|
||||
@param[in, out] Row Current row of the cursor position
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
MoveCursorForward (
|
||||
IN UINTN LineLength,
|
||||
IN UINTN TotalRow,
|
||||
@ -1352,7 +1348,6 @@ MoveCursorForward (
|
||||
@param[in] StartColumn which column to start at
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
PrintCommandHistory (
|
||||
IN CONST UINTN TotalCols,
|
||||
IN CONST UINTN TotalRows,
|
||||
@ -1576,7 +1571,6 @@ FileInterfaceMemClose(
|
||||
@return other A pointer to an EFI_FILE_PROTOCOL structure.
|
||||
**/
|
||||
EFI_FILE_PROTOCOL*
|
||||
EFIAPI
|
||||
CreateFileInterfaceMem(
|
||||
IN CONST BOOLEAN Unicode
|
||||
)
|
||||
|
Reference in New Issue
Block a user