CloverBootloader/MdePkg/Include/IndustryStandard/Pci.h
SergeySlice 0d7169a5cd update standards
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
2022-02-07 20:01:31 +03:00

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