summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-23 07:38:59 +0000
committerywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-23 07:38:59 +0000
commitc3a78fc8f9b35f16f3465e580a3b685f70eb714f (patch)
treeb2fa4ad390730852258c9b8406755292b6765c1f /MdeModulePkg
parent9a3293ac5c450cf7280910412ea2387e5cbf718b (diff)
downloadedk2-c3a78fc8f9b35f16f3465e580a3b685f70eb714f.zip
edk2-c3a78fc8f9b35f16f3465e580a3b685f70eb714f.tar.gz
edk2-c3a78fc8f9b35f16f3465e580a3b685f70eb714f.tar.bz2
Fix function header
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7099 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Include/Library/UdpIoLib.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/MdeModulePkg/Include/Library/UdpIoLib.h b/MdeModulePkg/Include/Library/UdpIoLib.h
index 4daeae4..0be5b57 100644
--- a/MdeModulePkg/Include/Library/UdpIoLib.h
+++ b/MdeModulePkg/Include/Library/UdpIoLib.h
@@ -128,18 +128,18 @@ BOOLEAN
@param Controller The controller that has the UDP service binding
protocol installed.
- @param ImageHandle The image handle for the driver.
+ @param Image The image handle for the driver.
@param Configure The function to configure the created UDP child
@param Context The opaque parameter for the Configure funtion.
- @return A point to just created UDP IO port or NULL if failed.
+ @return A point to just created UDP IO port or NULL if some error happened.
**/
UDP_IO_PORT *
EFIAPI
UdpIoCreatePort (
IN EFI_HANDLE Controller,
- IN EFI_HANDLE ImageHandle,
+ IN EFI_HANDLE Image,
IN UDP_IO_CONFIG Configure,
IN VOID *Context
);
@@ -166,8 +166,6 @@ UdpIoFreePort (
@param UdpIo UDP IO port to clean up.
- @return None
-
**/
VOID
EFIAPI
@@ -208,8 +206,6 @@ UdpIoSendDatagram (
@param UdpIo The UDP IO port to cancel the packet from
@param Packet The packet to cancel
- @return None
-
**/
VOID
EFIAPI