1 /** @file 2 Support for the latest PCI standard. 3 4 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 5 SPDX-License-Identifier: BSD-2-Clause-Patent 6 7 **/ 8 9 #ifndef _PCI_H_ 10 #define _PCI_H_ 11 12 #include <IndustryStandard/Pci30.h> 13 #include <IndustryStandard/PciExpress21.h> 14 #include <IndustryStandard/PciExpress30.h> 15 #include <IndustryStandard/PciCodeId.h> 16 17 #endif 18