Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h
r48674 r58459 2 2 EFI Network Interface Identifier Protocol. 3 3 4 Copyright (c) 2006 - 201 1, Intel Corporation. All rights reserved.<BR>4 Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> 5 5 This program and the accompanying materials are licensed and made available under 6 6 the terms and conditions of the BSD License that accompanies this distribution. … … 35 35 } 36 36 37 #define EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION 0x00010000 37 // 38 // Revision defined in UEFI Specification 2.4 39 // 40 #define EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION 0x00020000 41 38 42 39 43 /// … … 71 75 UINT8 MinorVer; ///< Minor version number. 72 76 BOOLEAN Ipv6Supported; ///< TRUE if the network interface supports IPv6; otherwise FALSE. 73 UINT 8 IfNum; ///< The network interface number that is being identified by this Network74 ///< Interface Identifier Protocol. This field must be less than or equal75 ///< to the IFcnt fieldin the !PXE structure.77 UINT16 IfNum; ///< The network interface number that is being identified by this Network 78 ///< Interface Identifier Protocol. This field must be less than or 79 ///< equal to the (IFcnt | IFcntExt <<8 ) fields in the !PXE structure. 76 80 77 81 };
Note:
See TracChangeset
for help on using the changeset viewer.