]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/IndustryStandard/PciExpress30.h
MdePkg: Fix ACPI NFIT GUID definitions
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / PciExpress30.h
CommitLineData
a1d20250
JC
1/** @file\r
2 Support for the PCI Express 3.0 standard.\r
3\r
4 This header file may not define all structures. Please extend as required.\r
5\r
6 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
7 This program and the accompanying materials \r
8 are licensed and made available under the terms and conditions of the BSD License \r
9 which accompanies this distribution. The full text of the license may be found at \r
10 http://opensource.org/licenses/bsd-license.php \r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
14\r
15**/\r
16\r
17#ifndef _PCIEXPRESS30_H_\r
18#define _PCIEXPRESS30_H_\r
19\r
20#include "PciExpress21.h"\r
21\r
22#define PCI_EXPRESS_EXTENDED_CAPABILITY_SECONDARY_PCIE_ID 0x0019\r
23#define PCI_EXPRESS_EXTENDED_CAPABILITY_SECONDARY_PCIE_VER1 0x1\r
24\r
25typedef struct {\r
26 PCI_EXPRESS_EXTENDED_CAPABILITIES_HEADER Header;\r
27 UINT32 LinkControl3;\r
28 UINT32 LaneErrorStatus;\r
29 UINT16 EqualizationControl[2];\r
30} PCI_EXPRESS_EXTENDED_CAPABILITIES_SECONDARY_PCIE;\r
31\r
32#endif\r