diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-20 06:26:02 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-20 06:26:02 +0000 |
commit | 249805344221385301ba968b9d6d5bcffe1cdd75 (patch) | |
tree | e646fce2e58d9f525f68677f07b77bf0436799bd | |
parent | 452125274125a9b2b833e8b35922d1857b9b5445 (diff) | |
download | edk2-platforms-249805344221385301ba968b9d6d5bcffe1cdd75.tar.xz |
get the definition for EFI_PEI_PCI_CFG_PPI_WIDTH from PciCfg2.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5357 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | IntelFrameworkPkg/Include/Ppi/PciCfg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/PciCfg.h b/IntelFrameworkPkg/Include/Ppi/PciCfg.h index e867aeb882..247a28b775 100644 --- a/IntelFrameworkPkg/Include/Ppi/PciCfg.h +++ b/IntelFrameworkPkg/Include/Ppi/PciCfg.h @@ -22,6 +22,10 @@ #define __PEI_PCI_CFG_H__
#include <Pi/PiPeiCis.h>
+//
+// Get the common definitions for EFI_PEI_PCI_CFG_PPI_WIDTH.
+//
+#include <Ppi/PciCfg2.h>
#define EFI_PEI_PCI_CFG_PPI_INSTALLED_GUID \
{ \
|