summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c
index 5491f6de57..42efb4c7d5 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c
@@ -31,7 +31,6 @@
@return A printable character representing Char.
**/
CHAR16
-EFIAPI
MakePrintable(
IN CONST CHAR16 Char
)
@@ -49,7 +48,6 @@ MakePrintable(
@param[in] Size The length of memory to display.
**/
SHELL_STATUS
-EFIAPI
DisplayMmioMemory(
IN CONST VOID *Address,
IN CONST UINTN Size