]> git.proxmox.com Git - mirror_edk2.git/commit
EmbeddedPkg: Add EFIAPI to several Ebl functions
authorThomas Palmer <thomas.palmer@hpe.com>
Thu, 29 Oct 2015 12:59:06 +0000 (12:59 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Thu, 29 Oct 2015 12:59:06 +0000 (12:59 +0000)
commit50c6a4d2d4d7ede07143c0cde9505938e5d43a5b
tree8493ee264035ed30c17c735f589a49575b12f5e3
parent419a271d2e2c2f1903e139892de64fd109b7c99b
EmbeddedPkg: Add EFIAPI to several Ebl functions

The EFIAPI function declaration is missing for several functions in the
EmbeddedPkg/Ebl directory. A few function pointer struct members expect
EFIAPI though and GCC46/X64 will fail to compile the directory without
them.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Palmer <thomas.palmer@hpe.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18697 6f19259b-4bc3-4df7-8a09-765794883524
12 files changed:
EmbeddedPkg/Ebl/Command.c
EmbeddedPkg/Ebl/Dir.c
EmbeddedPkg/Ebl/Ebl.h
EmbeddedPkg/Ebl/EfiDevice.c
EmbeddedPkg/Ebl/Hob.c
EmbeddedPkg/Ebl/HwDebug.c
EmbeddedPkg/Ebl/HwIoDebug.c
EmbeddedPkg/Ebl/Main.c
EmbeddedPkg/Ebl/Network.c
EmbeddedPkg/Ebl/Script.c
EmbeddedPkg/Ebl/Variable.c
EmbeddedPkg/Include/Library/EblCmdLib.h