Deleted Added
full compact
efi_nii.h (292625) efi_nii.h (293724)
1/* $FreeBSD: head/sys/boot/efi/include/efi_nii.h 292625 2015-12-22 20:40:34Z emaste $ */
1/* $FreeBSD: head/sys/boot/efi/include/efi_nii.h 293724 2016-01-12 02:17:39Z smh $ */
2#ifndef _EFI_NII_H
3#define _EFI_NII_H
4
5/*++
6Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
7This software and associated documentation (if any) is furnished
8under a license and may only be used or copied in accordance
9with the terms of the license. Except as permitted by such

--- 11 unchanged lines hidden (view full) ---

21 2000-Feb-18 M(f)J GUID updated.
22 Structure order changed for machine word alignment.
23 Added StringId[4] to structure.
24
25 2000-Feb-14 M(f)J Genesis.
26--*/
27
28#define EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL \
2#ifndef _EFI_NII_H
3#define _EFI_NII_H
4
5/*++
6Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
7This software and associated documentation (if any) is furnished
8under a license and may only be used or copied in accordance
9with the terms of the license. Except as permitted by such

--- 11 unchanged lines hidden (view full) ---

21 2000-Feb-18 M(f)J GUID updated.
22 Structure order changed for machine word alignment.
23 Added StringId[4] to structure.
24
25 2000-Feb-14 M(f)J Genesis.
26--*/
27
28#define EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL \
29 { 0xE18541CD, 0xF755, 0x4f73, 0x92, 0x8D, 0x64, 0x3C, 0x8A, 0x79, 0xB2, 0x29 }
29 { 0xE18541CD, 0xF755, 0x4f73, {0x92, 0x8D, 0x64, 0x3C, 0x8A, 0x79, 0xB2, 0x29} }
30#define EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_31 \
30#define EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_31 \
31 { 0x1ACED566, 0x76ED, 0x4218, 0xBC, 0x81, 0x76, 0x7F, 0x1F, 0x97, 0x7A, 0x89 }
31 { 0x1ACED566, 0x76ED, 0x4218, {0xBC, 0x81, 0x76, 0x7F, 0x1F, 0x97, 0x7A, 0x89} }
32
33#define EFI_NETWORK_INTERFACE_IDENTIFIER_INTERFACE_REVISION 0x00010000
34#define EFI_NETWORK_INTERFACE_IDENTIFIER_INTERFACE_REVISION_31 0x00010001
35
36typedef enum {
37 EfiNetworkInterfaceUndi = 1
38} EFI_NETWORK_INTERFACE_TYPE;
39

--- 47 unchanged lines hidden ---
32
33#define EFI_NETWORK_INTERFACE_IDENTIFIER_INTERFACE_REVISION 0x00010000
34#define EFI_NETWORK_INTERFACE_IDENTIFIER_INTERFACE_REVISION_31 0x00010001
35
36typedef enum {
37 EfiNetworkInterfaceUndi = 1
38} EFI_NETWORK_INTERFACE_TYPE;
39

--- 47 unchanged lines hidden ---