]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/Include/Library/ShellCommandLib.h
ShellPkg/ShellCommandLib: Add missing EFIAPI for public library APIs
authorRuiyu Ni <ruiyu.ni@intel.com>
Thu, 10 Nov 2016 06:58:20 +0000 (14:58 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Fri, 11 Nov 2016 02:59:39 +0000 (10:59 +0800)
commit667d7146501af0de63e0b28cd00dd1a5125540ad
tree993b915cf8ffd5917fbba2ffe1194343ca038229
parentc52f00d6e1e14b9eaf5c5a58501f075d2a64920c
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>
ShellPkg/Include/Library/ShellCommandLib.h
ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c