]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/Include/IndustryStandard/pci23.h
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / Include / IndustryStandard / pci23.h
1 /** @file
2 Support for PCI 2.3 standard.
3
4 Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10 #ifndef _PCI23_H
11 #define _PCI23_H
12
13 //#include "pci22.h"
14
15 #define PCI_EXP_MAX_CONFIG_OFFSET 0x1000
16 #define EFI_PCI_CAPABILITY_ID_PCIEXP 0x10
17
18 #endif