]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/Include/Guid/PciExpressBaseAddress.h
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / Include / Guid / PciExpressBaseAddress.h
CommitLineData
18b84857 1/** @file\r
ca162103 2\r
b1f700a8
HT
3Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
ca162103 5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13 \r
14 PciExpressBaseAddress.h\r
15 \r
16Abstract:\r
17\r
18\r
19 GUIDs used for PciExpress Base Address\r
20\r
18b84857 21**/\r
ca162103 22\r
23#ifndef _EFI_PCI_EXPRESS_BASE_ADDRESS_H_\r
24#define _EFI_PCI_EXPRESS_BASE_ADDRESS_H_\r
25\r
26#define EFI_PCI_EXPRESS_BASE_ADDRESS_GUID \\r
27 { \\r
4b869fed 28 0x3677d529, 0x326f, 0x4603, {0xa9, 0x26, 0xea, 0xac, 0xe0, 0x1d, 0xcb, 0xb0} \\r
ca162103 29 }\r
30\r
31//\r
32// Following structure defines PCI Express Base Address information.\r
33// This information is platform specific, and built into hob in PEI phase.\r
34// It can be consumed by PEI PCI driver and DXE PCI driver.\r
35//\r
36#pragma pack(1)\r
37typedef struct _EFI_PCI_EXPRESS_BASE_ADDRESS_INFORMATION {\r
38 UINT32 HostBridgeNumber;\r
39 UINT32 RootBridgeNumber;\r
40 UINT64 PciExpressBaseAddress;\r
41} EFI_PCI_EXPRESS_BASE_ADDRESS_INFORMATION;\r
42#pragma pack()\r
43\r
44extern EFI_GUID gEfiPciExpressBaseAddressGuid;\r
45\r
46#endif\r