X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FLibrary%2FUdpIoLib.h;h=f0254177fe4c9f260c0fd2a5f074f46785c50b58;hb=e798cd87ca9a3a30c4cea50c5f5de84e10a8bc5a;hp=03618f61bb2faa40d12ca96affa38ec70f9d7a6d;hpb=66c95e799aba51b18fe7c7581c50ad7b83ee39b0;p=mirror_edk2.git diff --git a/MdeModulePkg/Include/Library/UdpIoLib.h b/MdeModulePkg/Include/Library/UdpIoLib.h index 03618f61bb..f0254177fe 100644 --- a/MdeModulePkg/Include/Library/UdpIoLib.h +++ b/MdeModulePkg/Include/Library/UdpIoLib.h @@ -60,7 +60,7 @@ typedef struct { **/ typedef VOID -(*UDP_IO_CALLBACK) ( +(EFIAPI *UDP_IO_CALLBACK) ( IN NET_BUF *Packet, IN UDP_END_POINT *EndPoint, IN EFI_STATUS IoStatus, @@ -173,7 +173,7 @@ struct _UDP_IO { **/ typedef EFI_STATUS -(*UDP_IO_CONFIG) ( +(EFIAPI *UDP_IO_CONFIG) ( IN UDP_IO *UdpIo, IN VOID *Context ); @@ -190,7 +190,7 @@ EFI_STATUS **/ typedef BOOLEAN -(*UDP_IO_TO_CANCEL) ( +(EFIAPI *UDP_IO_TO_CANCEL) ( IN UDP_TX_TOKEN *Token, IN VOID *Context );