summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-26 09:33:26 +0000
committerjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-26 09:33:26 +0000
commit99fd60317fbbef0ca2be2f86992db6a552885fdb (patch)
treedccc07d96917a4d7c36b861b15159867212d14b6
parent0322ed7af8a739263fd27e5ae1862b2b8f7137a5 (diff)
downloadedk2-99fd60317fbbef0ca2be2f86992db6a552885fdb.zip
edk2-99fd60317fbbef0ca2be2f86992db6a552885fdb.tar.gz
edk2-99fd60317fbbef0ca2be2f86992db6a552885fdb.tar.bz2
no need to use EFIAPI
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7142 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/Include/Library/UdpIoLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Library/UdpIoLib.h b/MdeModulePkg/Include/Library/UdpIoLib.h
index 40ea089..1837e30 100644
--- a/MdeModulePkg/Include/Library/UdpIoLib.h
+++ b/MdeModulePkg/Include/Library/UdpIoLib.h
@@ -60,7 +60,7 @@ typedef struct {
**/
typedef
VOID
-(EFIAPI *UDP_IO_CALLBACK) (
+(*UDP_IO_CALLBACK) (
IN NET_BUF *Packet,
IN UDP_POINTS *Points,
IN EFI_STATUS IoStatus,
@@ -149,7 +149,7 @@ struct _UDP_IO_PORT {
**/
typedef
EFI_STATUS
-(EFIAPI *UDP_IO_CONFIG) (
+(*UDP_IO_CONFIG) (
IN UDP_IO_PORT *UdpIo,
IN VOID *Context
);