ShellPkg/UefiShellDebug1CommandsLib: 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:
@ -50,7 +50,6 @@ typedef struct _EDITOR_MENU_ITEM {
|
||||
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
MenuBarInit (
|
||||
IN CONST EDITOR_MENU_ITEM *Items
|
||||
);
|
||||
@ -63,7 +62,6 @@ MenuBarInit (
|
||||
@retval EFI_SUCCESS The initialization was correct.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
ControlHotKeyInit (
|
||||
IN MENU_ITEM_FUNCTION *Items
|
||||
);
|
||||
@ -72,7 +70,6 @@ ControlHotKeyInit (
|
||||
Cleanup function for a menu bar. frees all allocated memory.
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
MenuBarCleanup (
|
||||
VOID
|
||||
);
|
||||
@ -86,7 +83,6 @@ MenuBarCleanup (
|
||||
@retval EFI_SUCCESS The refresh was successful.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
MenuBarRefresh (
|
||||
IN CONST UINTN LastRow,
|
||||
IN CONST UINTN LastCol
|
||||
@ -102,7 +98,6 @@ MenuBarRefresh (
|
||||
@return The return value from the called dispatch function.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
MenuBarDispatchFunctionKey (
|
||||
IN CONST EFI_INPUT_KEY *Key
|
||||
);
|
||||
@ -117,7 +112,6 @@ MenuBarDispatchFunctionKey (
|
||||
@return EFI_SUCCESS.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
MenuBarDispatchControlHotKey (
|
||||
IN CONST EFI_INPUT_KEY *Key
|
||||
);
|
||||
|
Reference in New Issue
Block a user