blob: ef5791ef568fdb5fc8f296c1860b5649ad383ddd [file] [log] [blame]
Jonathan Zhang6d277782020-06-09 17:56:53 -07001/** @file
2 Support for the latest PCI standard.
3
4Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5SPDX-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