2007-06-19 12:39:04 +02:00
|
|
|
/** @file
|
2009-06-04 18:16:15 +02:00
|
|
|
Support for the latest PCI standard.
|
2007-06-19 12:39:04 +02:00
|
|
|
|
2020-07-24 20:26:12 +02:00
|
|
|
Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:06:00 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-06-19 12:39:04 +02:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
2008-07-25 14:21:57 +02:00
|
|
|
#ifndef _PCI_H_
|
|
|
|
#define _PCI_H_
|
2007-06-19 12:39:04 +02:00
|
|
|
|
2020-07-24 20:26:12 +02:00
|
|
|
#include <IndustryStandard/PciExpress50.h>
|
2012-11-02 07:13:14 +01:00
|
|
|
#include <IndustryStandard/PciCodeId.h>
|
2007-06-19 12:39:04 +02:00
|
|
|
|
|
|
|
#endif
|