]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Include/Guid/PciLanInfo.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Guid / PciLanInfo.h
1 /*++
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 This program and the accompanying materials are licensed and made available under
6 the terms and conditions of the BSD License that accompanies this distribution.
7 The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php.
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13
14
15 Module Name:
16
17 PciLanInfo.h
18
19 Abstract:
20
21 --*/
22
23 #ifndef _PCI_LAN_INFO_GUID_H_
24 #define _PCI_LAN_INFO_GUID_H_
25
26 #pragma pack(1)
27
28 //
29 // structure used for Pci Lan variable
30 //
31 typedef struct {
32 UINT8 PciBus;
33 UINT8 PciDevice;
34 UINT8 PciFunction;
35 } PCI_LAN_INFO;
36
37 #pragma pack()
38
39 #define EFI_PCI_LAN_INFO_GUID \
40 {0xd9a1427, 0xe02a, 0x437d, 0x92, 0x6b, 0xaa, 0x52, 0x1f, 0xd7, 0x22, 0xba};
41
42 extern EFI_GUID gEfiPciLanInfoGuid;
43
44 #endif