diff options
Diffstat (limited to 'roms/edk2/MdePkg/Include/IndustryStandard/Pci.h')
-rw-r--r-- | roms/edk2/MdePkg/Include/IndustryStandard/Pci.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/edk2/MdePkg/Include/IndustryStandard/Pci.h b/roms/edk2/MdePkg/Include/IndustryStandard/Pci.h new file mode 100644 index 000000000..42c00ac76 --- /dev/null +++ b/roms/edk2/MdePkg/Include/IndustryStandard/Pci.h @@ -0,0 +1,15 @@ +/** @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
|