summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-21 18:16:04 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-21 18:16:04 +0000
commit1544a668addfa6976773dcf71554ee467c753dce (patch)
treea419882e35d1e840bf23d6a859c53c21baa1b8a3 /MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h
parent84c11ea2ba3fc223e98394a2afbda60f92abe076 (diff)
downloadedk2-platforms-1544a668addfa6976773dcf71554ee467c753dce.tar.xz
Adjust doxygen comment style for structure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6177 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h')
-rw-r--r--MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h69
1 files changed, 18 insertions, 51 deletions
diff --git a/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h b/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h
index 6a6101d61e..12990691bf 100644
--- a/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h
+++ b/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h
@@ -48,57 +48,24 @@ typedef enum {
/// layer that is used to produce the Simple Network Protocol.
///
struct _EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL {
- ///
- /// The revision of the EFI_NETWORK_INTERFACE_IDENTIFIER protocol.
- ///
- UINT64 Revision;
-
- ///
- /// Address of the first byte of the identifying structure for this network
- /// interface. This is only valid when the network interface is started
- /// (see Start()). When the network interface is not started, this field is set to zero.
- ///
- UINT64 ID;
-
- ///
- /// Address of the first byte of the identifying structure for this
- /// network interface. This is set to zero if there is no structure.
- ///
- /// For PXE/UNDI this is the first byte of the !PXE structure.
- ///
- UINT64 ImageAddr;
-
- ///
- /// Size of unrelocated network interface image.
- ///
- UINT32 ImageSize;
-
- ///
- /// A four-character ASCII string that is sent in the class identifier field of
- /// option 60 in DHCP. For a Type of EfiNetworkInterfaceUndi, this field is UNDI.
- ///
- CHAR8 StringId[4];
-
- ///
- /// Network interface type. This will be set to one of the values
- /// in EFI_NETWORK_INTERFACE_TYPE.
- ///
- UINT8 Type;
-
- UINT8 MajorVer; ///< Major version number.
- UINT8 MinorVer; ///< Minor version number.
-
- ///
- /// TRUE if the network interface supports IPv6; otherwise FALSE.\
- ///
- BOOLEAN Ipv6Supported;
-
- ///
- /// The network interface number that is being identified by this Network
- /// Interface Identifier Protocol. This field must be less than or equal
- /// to the IFcnt field in the !PXE structure.
- ///
- UINT8 IfNum;
+ UINT64 Revision; ///< The revision of the EFI_NETWORK_INTERFACE_IDENTIFIER protocol.
+ UINT64 ID; ///< Address of the first byte of the identifying structure for this network
+ ///< interface. This is only valid when the network interface is started
+ ///< (see Start()). When the network interface is not started, this field is set to zero.
+ UINT64 ImageAddr; ///< Address of the first byte of the identifying structure for this
+ ///< network interface. This is set to zero if there is no structure.
+ UINT32 ImageSize; ///< Size of unrelocated network interface image.
+ CHAR8 StringId[4];///< A four-character ASCII string that is sent in the class identifier field of
+ ///< option 60 in DHCP. For a Type of EfiNetworkInterfaceUndi, this field is UNDI.
+ UINT8 Type; ///< Network interface type. This will be set to one of the values
+ ///< in EFI_NETWORK_INTERFACE_TYPE.
+ UINT8 MajorVer; ///< Major version number.
+ UINT8 MinorVer; ///< Minor version number.
+ BOOLEAN Ipv6Supported; ///< TRUE if the network interface supports IPv6; otherwise FALSE.
+ UINT8 IfNum; ///< The network interface number that is being identified by this Network
+ ///< Interface Identifier Protocol. This field must be less than or equal
+ ///< to the IFcnt field in the !PXE structure.
+
};
extern EFI_GUID gEfiNetworkInterfaceIdentifierProtocolGuid;