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
|
|
|
|
2010-04-23 17:46:20 +02:00
|
|
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
2010-03-12 23:19:12 +01:00
|
|
|
This program and the accompanying materials are licensed and made available under
|
|
|
|
the terms and conditions of the BSD License that accompanies this distribution.
|
|
|
|
The full text of the license may be found at
|
|
|
|
http://opensource.org/licenses/bsd-license.php.
|
|
|
|
|
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
2007-06-19 12:39:04 +02:00
|
|
|
|
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
|
|
|
|
**/
|
|
|
|
|
2008-07-25 14:21:57 +02:00
|
|
|
#ifndef _PCI_H_
|
|
|
|
#define _PCI_H_
|
2007-06-19 12:39:04 +02:00
|
|
|
|
|
|
|
#include <IndustryStandard/Pci30.h>
|
2009-09-16 11:33:14 +02:00
|
|
|
#include <IndustryStandard/PciExpress21.h>
|
2007-06-19 12:39:04 +02:00
|
|
|
|
|
|
|
#endif
|