X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FGuid%2FNicIp4ConfigNvData.h;h=b25308131e0061d00df514aa4f8d3061c9a79646;hb=1261fe23ca7dba7d4ba28b858329920dbd96f46b;hp=68acd906a0959359a30cd6445aba13f379895a90;hpb=f6b7393ceb34c9b3a27434268bf2ce517047641f;p=mirror_edk2.git diff --git a/MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h b/MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h index 68acd906a0..b25308131e 100644 --- a/MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h +++ b/MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h @@ -1,13 +1,13 @@ /** @file This file defines NIC_IP4_CONFIG_INFO structure. -Copyright (c) 2009, Intel Corporation -All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php +Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under +the terms and conditions of the BSD License that accompanies this distribution. +The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php. -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ @@ -48,9 +48,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. /// a specific NIC. /// typedef struct { - UINT16 Type; ///< Interface type - UINT8 Len; ///< Length of MAC address - EFI_MAC_ADDRESS MacAddr; ///< MAC address of interface + UINT16 Type; ///< Interface type. + UINT8 Len; ///< Length of MAC address. + EFI_MAC_ADDRESS MacAddr; ///< MAC address of interface. } NIC_ADDR; /// @@ -59,10 +59,10 @@ typedef struct { /// of variable length. /// typedef struct { - NIC_ADDR NicAddr; ///< Link layer address to identify the NIC - UINT32 Source; ///< Static or DHCP - BOOLEAN Perment; ///< Survive the reboot or not - EFI_IP4_IPCONFIG_DATA Ip4Info; ///< IP addresses + NIC_ADDR NicAddr; ///< Link layer address to identify the NIC. + UINT32 Source; ///< Static or DHCP. + BOOLEAN Perment; ///< Survive the reboot or not. + EFI_IP4_IPCONFIG_DATA Ip4Info; ///< IP addresses. } NIC_IP4_CONFIG_INFO; extern EFI_GUID gEfiNicIp4ConfigVariableGuid;