summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:17:35 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:17:35 +0000
commit1f08a159034549216eccfd533b50b712d944d844 (patch)
treec4a4b16daa6f02b29896c96007b94112ae51d54c /MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
parentcce6f7aa66125df1bddf24c122f02093d47ef204 (diff)
downloadedk2-platforms-1f08a159034549216eccfd533b50b712d944d844.tar.xz
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6097 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/PxeBaseCodeCallBack.h')
-rw-r--r--MdePkg/Include/Protocol/PxeBaseCodeCallBack.h14
1 files changed, 5 insertions, 9 deletions
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;
};