]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Include/Guid/PciLanInfo.h
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Guid / PciLanInfo.h
1 /*++
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9
10 Module Name:
11
12 PciLanInfo.h
13
14 Abstract:
15
16 --*/
17
18 #ifndef _PCI_LAN_INFO_GUID_H_
19 #define _PCI_LAN_INFO_GUID_H_
20
21 #pragma pack(1)
22
23 //
24 // structure used for Pci Lan variable
25 //
26 typedef struct {
27 UINT8 PciBus;
28 UINT8 PciDevice;
29 UINT8 PciFunction;
30 } PCI_LAN_INFO;
31
32 #pragma pack()
33
34 #define EFI_PCI_LAN_INFO_GUID \
35 {0xd9a1427, 0xe02a, 0x437d, 0x92, 0x6b, 0xaa, 0x52, 0x1f, 0xd7, 0x22, 0xba};
36
37 extern EFI_GUID gEfiPciLanInfoGuid;
38
39 #endif