Reviewed-by: Wu Jiaxin <[email protected]>
> -----Original Message----- > From: Fu, Siyuan > Sent: Friday, June 23, 2017 9:00 AM > To: [email protected] > Cc: Ye, Ting <[email protected]>; Wu, Jiaxin <[email protected]> > Subject: [Patch] NetworkPkg: Fix GCC build issue. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Fu Siyuan <[email protected]> > Cc: Ye Ting <[email protected]> > Cc: Wu Jiaxin <[email protected]> > --- > NetworkPkg/HttpBootDxe/HttpBootImpl.c | 1 + > 1 file changed, 1 insertion(+) > > 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, > -- > 2.13.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

