X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FPxeBaseCodeCallBack.h;h=7ae98d7e219db3552b1f7995eb343f84c100fd03;hb=1f08a159034549216eccfd533b50b712d944d844;hp=b79eaf9a63db77b5b76533161ff1bf7c67b79627;hpb=cce6f7aa66125df1bddf24c122f02093d47ef204;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h b/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h index b79eaf9a63..7ae98d7e21 100644 --- a/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h +++ b/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h @@ -93,17 +93,13 @@ EFI_PXE_BASE_CODE_CALLBACK_STATUS Protocol that is invoked when the PXE Base Code Protocol is about to transmit, has received, or is waiting to receive a packet. - @param Revision - The revision of the EFI_PXE_BASE_CODE_PROTOCOL. All future revisions must - be backwards compatible. If a future version is not backwards compatible - it is not the same GUID. - - @param Callback - Callback routine used by the PXE Base Code Dhcp(), Discover(), Mtftp(), - UdpWrite(), and Arp() functions. - **/ struct _EFI_PXE_BASE_CODE_CALLBACK_PROTOCOL { + /// + /// The revision of the EFI_PXE_BASE_CODE_PROTOCOL. All future revisions must + /// be backwards compatible. If a future version is not backwards compatible + /// it is not the same GUID. + /// UINT64 Revision; EFI_PXE_CALLBACK Callback; };