summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h
index 8cd846f28b..d545db9346 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h
@@ -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
);