From nobody Thu May 2 04:56:32 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zoho.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1487207972188870.9251318313925; Wed, 15 Feb 2017 17:19:32 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 9345B820EB; Wed, 15 Feb 2017 17:19:30 -0800 (PST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2F88F820EA for ; Wed, 15 Feb 2017 17:19:30 -0800 (PST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 15 Feb 2017 17:19:29 -0800 Received: from jiaxinwu-mobl2.ccr.corp.intel.com ([10.239.196.71]) by orsmga004.jf.intel.com with ESMTP; 15 Feb 2017 17:19:28 -0800 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,167,1484035200"; d="scan'208";a="59009944" From: Jiaxin Wu To: edk2-devel@lists.01.org Date: Thu, 16 Feb 2017 09:19:26 +0800 Message-Id: <1487207966-42416-1-git-send-email-jiaxin.wu@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [edk2] [Patch] NetworkPkg/HttpBootDxe: Declare the functions as EFIAPI to pass the GCC build X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ye Ting , Fu Siyuan , Wu Jiaxin , Laszlo Ersek MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Cc: Laszlo Ersek Cc: Gerd Hoffmann Cc: Ye Ting Cc: Fu Siyuan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin Reviewed-by: Laszlo Ersek --- NetworkPkg/HttpBootDxe/HttpBootSupport.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NetworkPkg/HttpBootDxe/HttpBootSupport.c b/NetworkPkg/HttpBoot= Dxe/HttpBootSupport.c index d786d72..e831df9 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootSupport.c +++ b/NetworkPkg/HttpBootDxe/HttpBootSupport.c @@ -629,10 +629,11 @@ HttpBootSetHeader ( =20 @param[in] Context The opaque parameter to the function. =20 **/ VOID +EFIAPI HttpIoNotifyDpc ( IN VOID *Context ) { *((BOOLEAN *) Context) =3D TRUE; @@ -644,10 +645,11 @@ HttpIoNotifyDpc ( @param[in] Event The event signaled. @param[in] Context The opaque parameter to the function. =20 **/ VOID +EFIAPI HttpIoNotify ( IN EFI_EVENT Event, IN VOID *Context ) { --=20 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel