summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.h')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.h
index 91369b5931..04deada289 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.h
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.h
@@ -97,7 +97,6 @@ HBufferImageBackup (
@return EFI_SUCCESS The operation was successful.
**/
EFI_STATUS
-EFIAPI
HBufferImageRead (
IN CONST CHAR16 *FileName,
IN CONST CHAR16 *DiskName,
@@ -215,7 +214,6 @@ HBufferImageAddCharacterToBuffer (
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
**/
EFI_STATUS
-EFIAPI
HBufferImageBufferToList (
IN VOID *Buffer,
IN UINTN Bytes
@@ -230,7 +228,6 @@ HBufferImageBufferToList (
@retval EFI_SUCCESS The operation was successful.
**/
EFI_STATUS
-EFIAPI
HBufferImageListToBuffer (
IN VOID *Buffer,
IN UINTN Bytes
@@ -243,7 +240,6 @@ HBufferImageListToBuffer (
@param[in] TextY The y-coordinate.
**/
VOID
-EFIAPI
HBufferImageAdjustMousePosition (
IN INT32 TextX,
IN INT32 TextY