mirror of https://github.com/acidanthera/audk.git
16 lines
311 B
C
16 lines
311 B
C
/** @file
|
|
Support for the latest PCI standard.
|
|
|
|
Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
**/
|
|
|
|
#ifndef _PCI_H_
|
|
#define _PCI_H_
|
|
|
|
#include <IndustryStandard/PciExpress50.h>
|
|
#include <IndustryStandard/PciCodeId.h>
|
|
|
|
#endif
|