Fix GCC build fail issue for MdeModulePkg and NetworkPkg.
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> Reviewed-by: Ouyang Qian <qian.ouyang@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14007 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -723,6 +723,7 @@ NetDestroyLinkList (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
EFIAPI
|
||||||
NetIsInHandleBuffer (
|
NetIsInHandleBuffer (
|
||||||
IN EFI_HANDLE Handle,
|
IN EFI_HANDLE Handle,
|
||||||
IN UINTN NumberOfChildren,
|
IN UINTN NumberOfChildren,
|
||||||
|
@ -252,6 +252,7 @@ ArpCleanService (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
ArpDestroyChildEntryInHandleBuffer (
|
ArpDestroyChildEntryInHandleBuffer (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -364,6 +364,7 @@ ON_ERROR:
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
Dhcp4DestroyChildEntry (
|
Dhcp4DestroyChildEntry (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -406,6 +406,7 @@ Ip4CleanService (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
Ip4DestroyChildEntryInHandleBuffer (
|
Ip4DestroyChildEntryInHandleBuffer (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -696,6 +696,7 @@ MnpDestroyServiceData (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
MnpDestoryChildEntry (
|
MnpDestoryChildEntry (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -37,6 +37,7 @@ EFI_DRIVER_BINDING_PROTOCOL gMnpDriverBinding = {
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
MnpDestroyServiceDataEntry (
|
MnpDestroyServiceDataEntry (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
@ -59,6 +60,7 @@ MnpDestroyServiceDataEntry (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
MnpDestroyServiceChildEntry (
|
MnpDestroyServiceChildEntry (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -328,6 +328,7 @@ ON_ERROR:
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
Mtftp4DestroyChildEntryInHandleBuffer (
|
Mtftp4DestroyChildEntryInHandleBuffer (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -34,7 +34,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#include <Library/MemoryAllocationLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
#include <Library/UdpIoLib.h>
|
#include <Library/UdpIoLib.h>
|
||||||
#include <LIbrary/PrintLib.h>
|
#include <Library/PrintLib.h>
|
||||||
|
|
||||||
extern EFI_MTFTP4_PROTOCOL gMtftp4ProtocolTemplate;
|
extern EFI_MTFTP4_PROTOCOL gMtftp4ProtocolTemplate;
|
||||||
|
|
||||||
|
@ -147,6 +147,7 @@ Tcp4DestroyTimer (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
Tcp4DestroyChildEntryInHandleBuffer (
|
Tcp4DestroyChildEntryInHandleBuffer (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -39,6 +39,7 @@ EFI_SERVICE_BINDING_PROTOCOL mUdp4ServiceBinding = {
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
Udp4DestroyChildEntryInHandleBuffer (
|
Udp4DestroyChildEntryInHandleBuffer (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -337,6 +337,7 @@ Dhcp6CreateInstance (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
Dhcp6DestroyChildEntry (
|
Dhcp6DestroyChildEntry (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -339,6 +339,7 @@ Ip6AddAddr (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
Ip6DestroyChildEntryByAddr (
|
Ip6DestroyChildEntryByAddr (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -584,6 +584,7 @@ Ip6DriverBindingStart (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
Ip6DestroyChildEntryInHandleBuffer (
|
Ip6DestroyChildEntryInHandleBuffer (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -247,6 +247,7 @@ Mtftp6CreateInstance (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
Mtftp6DestroyChildEntryInHandleBuffer (
|
Mtftp6DestroyChildEntryInHandleBuffer (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -342,6 +342,7 @@ ON_ERROR:
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
TcpDestroyChildEntryInHandleBuffer (
|
TcpDestroyChildEntryInHandleBuffer (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
@ -189,6 +189,7 @@ EXIT:
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
EFIAPI
|
||||||
Udp6DestroyChildEntryInHandleBuffer (
|
Udp6DestroyChildEntryInHandleBuffer (
|
||||||
IN LIST_ENTRY *Entry,
|
IN LIST_ENTRY *Entry,
|
||||||
IN VOID *Context
|
IN VOID *Context
|
||||||
|
Reference in New Issue
Block a user