summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/PxeBaseCode.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/PxeBaseCode.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/PxeBaseCode.h')
-rw-r--r--MdePkg/Include/Protocol/PxeBaseCode.h53
1 files changed, 5 insertions, 48 deletions
diff --git a/MdePkg/Include/Protocol/PxeBaseCode.h b/MdePkg/Include/Protocol/PxeBaseCode.h
index 4958cdfb1f..cda8b4622e 100644
--- a/MdePkg/Include/Protocol/PxeBaseCode.h
+++ b/MdePkg/Include/Protocol/PxeBaseCode.h
@@ -616,56 +616,13 @@ EFI_STATUS
The EFI_PXE_BASE_CODE_PROTOCOL handle also supports the
EFI_LOAD_FILE_PROTOCOL protocol. This provides a clean way to obtain control from the
boot manager if the boot path is from the remote device.
-
- @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 Start
- Starts the PXE Base Code Protocol. Mode structure information is not valid and
- no other Base Code Protocol functions will operate until the Base Code is started.
-
- @param Stop
- Stops the PXE Base Code Protocol. Mode structure information is unchanged by this function.
- No Base Code Protocol functions will operate until the Base Code is restarted.
-
- @param Dhcp
- Attempts to complete a DHCPv4 D.O.R.A. (discover / offer / request / acknowledge)
- or DHCPv6 S.A.R.R (solicit / advertise / request / reply) sequence.
-
- @param Discover
- Attempts to complete the PXE Boot Server and/or boot image discovery sequence.
-
- @param Mtftp
- Performs TFTP and MTFTP services.
-
- @param UdpWrite
- Writes a UDP packet to the network interface.
-
- @param UdpRead
- Reads a UDP packet from the network interface.
-
- @param SetIpFilter
- Updates the IP receive filters of the network device.
-
- @param Arp
- Uses the ARP protocol to resolve a MAC address.
-
- @param SetParameters
- Updates the parameters that affect the operation of the PXE Base Code Protocol.
-
- @param SetStationIp
- Updates the station IP address and subnet mask values.
-
- @param SetPackets
- Updates the contents of the cached DHCP and Discover packets.
-
- @param Mode
- Pointer to the EFI_PXE_BASE_CODE_MODE data for this device.
-
**/
struct _EFI_PXE_BASE_CODE_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_BASE_CODE_START Start;
EFI_PXE_BASE_CODE_STOP Stop;