diff --git a/MdeModulePkg/Include/Library/UdpIoLib.h b/MdeModulePkg/Include/Library/UdpIoLib.h index 40ea089ef8..1837e309a2 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 );