summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Include
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-11-10 14:58:20 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-11-11 10:59:39 +0800
commit667d7146501af0de63e0b28cd00dd1a5125540ad (patch)
tree993b915cf8ffd5917fbba2ffe1194343ca038229 /ShellPkg/Include
parentc52f00d6e1e14b9eaf5c5a58501f075d2a64920c (diff)
downloadedk2-667d7146501af0de63e0b28cd00dd1a5125540ad.tar.gz
edk2-667d7146501af0de63e0b28cd00dd1a5125540ad.tar.bz2
edk2-667d7146501af0de63e0b28cd00dd1a5125540ad.zip
ShellPkg/ShellCommandLib: Add missing EFIAPI for public library APIs
DumpHex() and CatSDumpHex() are public library APIs but don't have EFIAPI modifier. Add the missing EFIAPI. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Include')
-rw-r--r--ShellPkg/Include/Library/ShellCommandLib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShellPkg/Include/Library/ShellCommandLib.h b/ShellPkg/Include/Library/ShellCommandLib.h
index 08de1332c7..e9a2c0365d 100644
--- a/ShellPkg/Include/Library/ShellCommandLib.h
+++ b/ShellPkg/Include/Library/ShellCommandLib.h
@@ -694,6 +694,7 @@ FreeBufferList (
@param[in] UserData Pointer to some data.
**/
VOID
+EFIAPI
DumpHex (
IN UINTN Indent,
IN UINTN Offset,
@@ -711,6 +712,7 @@ DumpHex (
@param[in] UserData The data to print out.
**/
CHAR16*
+EFIAPI
CatSDumpHex (
IN CHAR16 *Buffer,
IN UINTN Indent,