summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include
diff options
context:
space:
mode:
authorsfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>2012-12-17 06:48:35 +0000
committersfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>2012-12-17 06:48:35 +0000
commit1f7eb561d906e47d6dec2fb1406c1a8694f2bd38 (patch)
tree2e917fa51cdedc605097be008973c0fa946a53f1 /MdeModulePkg/Include
parent23fe74dc7633df5b5eca696b817c892aa4042beb (diff)
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
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r--MdeModulePkg/Include/Library/NetLib.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/MdeModulePkg/Include/Library/NetLib.h b/MdeModulePkg/Include/Library/NetLib.h
index d85c259b8..7ad8dac44 100644
--- a/MdeModulePkg/Include/Library/NetLib.h
+++ b/MdeModulePkg/Include/Library/NetLib.h
@@ -677,7 +677,7 @@ EFI_STATUS
(EFIAPI *NET_DESTROY_LINK_LIST_CALLBACK) (
IN LIST_ENTRY *Entry,
IN VOID *Context OPTIONAL
-);
+ );
/**
Safe destroy nodes in a linked list, and return the length of the list after all possible operations finished.
@@ -708,7 +708,7 @@ NetDestroyLinkList (
IN NET_DESTROY_LINK_LIST_CALLBACK CallBack,
IN VOID *Context, OPTIONAL
OUT UINTN *ListLength OPTIONAL
-);
+ );
/**
This function checks the input Handle to see if it's one of these handles in ChildHandleBuffer.
@@ -723,11 +723,12 @@ NetDestroyLinkList (
**/
BOOLEAN
+EFIAPI
NetIsInHandleBuffer (
IN EFI_HANDLE Handle,
IN UINTN NumberOfChildren,
IN EFI_HANDLE *ChildHandleBuffer OPTIONAL
-);
+ );
//
// Object container: EFI network stack spec defines various kinds of