]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/IndustryStandard/Pci.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Pci.h
1 /** @file
2 Support for the latest PCI standard.
3
4 Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef _PCI_H_
10 #define _PCI_H_
11
12 #include <IndustryStandard/PciExpress50.h>
13 #include <IndustryStandard/PciCodeId.h>
14
15 #endif