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>
This commit is contained in:
Jiaxin Wu
2017-02-16 09:15:11 +08:00
parent d176bb3c5c
commit 6c6452c6e2

View File

@ -631,6 +631,7 @@ HttpBootSetHeader (
**/ **/
VOID VOID
EFIAPI
HttpIoNotifyDpc ( HttpIoNotifyDpc (
IN VOID *Context IN VOID *Context
) )
@ -646,6 +647,7 @@ HttpIoNotifyDpc (
**/ **/
VOID VOID
EFIAPI
HttpIoNotify ( HttpIoNotify (
IN EFI_EVENT Event, IN EFI_EVENT Event,
IN VOID *Context IN VOID *Context