summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-22 05:52:01 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-22 05:52:01 +0000
commit7459094d5f6904a0c8445d97519f4a99b654ef43 (patch)
treea78d237c7e5252012394581f45efee6577e8173c /IntelFrameworkPkg/Include
parent2a254b9046b5f33d0495a3e28deaff48cc64a76e (diff)
downloadedk2-7459094d5f6904a0c8445d97519f4a99b654ef43.tar.gz
edk2-7459094d5f6904a0c8445d97519f4a99b654ef43.tar.bz2
edk2-7459094d5f6904a0c8445d97519f4a99b654ef43.zip
Fix typo in comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5109 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include')
-rw-r--r--IntelFrameworkPkg/Include/Ppi/PciCfg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/PciCfg.h b/IntelFrameworkPkg/Include/Ppi/PciCfg.h
index 31a8b53fec..e867aeb882 100644
--- a/IntelFrameworkPkg/Include/Ppi/PciCfg.h
+++ b/IntelFrameworkPkg/Include/Ppi/PciCfg.h
@@ -21,6 +21,8 @@
#ifndef __PEI_PCI_CFG_H__
#define __PEI_PCI_CFG_H__
+#include <Pi/PiPeiCis.h>
+
#define EFI_PEI_PCI_CFG_PPI_INSTALLED_GUID \
{ \
0xe1f2eba0, 0xf7b9, 0x4a26, {0x86, 0x20, 0x13, 0x12, 0x21, 0x64, 0x2a, 0x90 } \
@@ -82,7 +84,6 @@ EFI_STATUS
);
/**
- @par Ppi Description:
The EFI_PEI_PCI_CFG_PPI interfaces are used to abstract accesses to PCI
controllers behind a PCI root bridge controller.