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