summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpBootDxe
diff options
context:
space:
mode:
authorJiaxin Wu <jiaxin.wu@intel.com>2017-02-16 09:15:11 +0800
committerJiaxin Wu <jiaxin.wu@intel.com>2017-02-16 22:34:26 +0800
commit6c6452c6e23a89be0e565501500e83c136e3fcbd (patch)
tree1a71e67ee0a1ad17d5f92c162d904bfa754a43f5 /NetworkPkg/HttpBootDxe
parentd176bb3c5c28e0c89ae86995ecd6b9e21b4e0b9f (diff)
downloadedk2-6c6452c6e23a89be0e565501500e83c136e3fcbd.tar.gz
edk2-6c6452c6e23a89be0e565501500e83c136e3fcbd.tar.bz2
edk2-6c6452c6e23a89be0e565501500e83c136e3fcbd.zip
NetworkPkg/HttpBootDxe: Declare the functions as EFIAPI to pass the GCC build
Cc: Laszlo Ersek <lersek@redhat.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Ye Ting <ting.ye@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Build-tested-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'NetworkPkg/HttpBootDxe')
-rw-r--r--NetworkPkg/HttpBootDxe/HttpBootSupport.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/NetworkPkg/HttpBootDxe/HttpBootSupport.c b/NetworkPkg/HttpBootDxe/HttpBootSupport.c
index d786d725dc..e831df92a5 100644
--- a/NetworkPkg/HttpBootDxe/HttpBootSupport.c
+++ b/NetworkPkg/HttpBootDxe/HttpBootSupport.c
@@ -631,6 +631,7 @@ HttpBootSetHeader (
**/
VOID
+EFIAPI
HttpIoNotifyDpc (
IN VOID *Context
)
@@ -646,6 +647,7 @@ HttpIoNotifyDpc (
**/
VOID
+EFIAPI
HttpIoNotify (
IN EFI_EVENT Event,
IN VOID *Context