summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpBootDxe
diff options
context:
space:
mode:
authorFu Siyuan <siyuan.fu@intel.com>2017-06-23 09:08:47 +0800
committerFu Siyuan <siyuan.fu@intel.com>2017-06-23 09:08:47 +0800
commit3858c58afad1e1cf84956917eae9f337e8820e56 (patch)
treec07c63a742a0e916d9909a57c8d14abc06f7528b /NetworkPkg/HttpBootDxe
parent9ba8baae15caa1bdc969c451ce96e82d8de825ac (diff)
downloadedk2-3858c58afad1e1cf84956917eae9f337e8820e56.tar.gz
edk2-3858c58afad1e1cf84956917eae9f337e8820e56.tar.bz2
edk2-3858c58afad1e1cf84956917eae9f337e8820e56.zip
NetworkPkg: Fix GCC build issue.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Diffstat (limited to 'NetworkPkg/HttpBootDxe')
-rw-r--r--NetworkPkg/HttpBootDxe/HttpBootImpl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/NetworkPkg/HttpBootDxe/HttpBootImpl.c b/NetworkPkg/HttpBootDxe/HttpBootImpl.c
index 56f5babeb4..63cf3960a9 100644
--- a/NetworkPkg/HttpBootDxe/HttpBootImpl.c
+++ b/NetworkPkg/HttpBootDxe/HttpBootImpl.c
@@ -630,6 +630,7 @@ EFI_LOAD_FILE_PROTOCOL gHttpBootDxeLoadFile = {
@retval EFI_ABORTED Tells the HTTP Boot driver to abort the current HTTP Boot process.
**/
EFI_STATUS
+EFIAPI
HttpBootCallback (
IN EFI_HTTP_BOOT_CALLBACK_PROTOCOL *This,
IN EFI_HTTP_BOOT_CALLBACK_DATA_TYPE DataType,