]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg/HttpBootDxe: Declare the functions as EFIAPI to pass the GCC build
authorJiaxin Wu <jiaxin.wu@intel.com>
Thu, 16 Feb 2017 01:15:11 +0000 (09:15 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Thu, 16 Feb 2017 14:34:26 +0000 (22:34 +0800)
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>
NetworkPkg/HttpBootDxe/HttpBootSupport.c

index d786d725dc2d269196f24ccebd808b06df505f2f..e831df92a5ebd312f1044a6b3ae331d1b4f508bf 100644 (file)
@@ -631,6 +631,7 @@ HttpBootSetHeader (
 \r
 **/\r
 VOID\r
+EFIAPI\r
 HttpIoNotifyDpc (\r
   IN VOID                *Context\r
   )\r
@@ -646,6 +647,7 @@ HttpIoNotifyDpc (
 \r
 **/\r
 VOID\r
+EFIAPI\r
 HttpIoNotify (\r
   IN EFI_EVENT              Event,\r
   IN VOID                   *Context\r