]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix a bug and update comments.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 21 May 2008 07:25:07 +0000 (07:25 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 21 May 2008 07:25:07 +0000 (07:25 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5262 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Compatibility/Include/Ppi/EcpPciCfg.h

index 0fb347692eefeda570814a9d8cb9b06bfe382612..e57855b65dce79b81195ff7c9705a1c8c0be7c74 100644 (file)
@@ -1,4 +1,5 @@
 /** @file\r
+This PPI which is same with PciCfg PPI. But Modify API is removed.\r
 \r
 Copyright (c) 2008, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -14,12 +15,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef _PEI_PCI_CFG_H_\r
 #define _PEI_PCI_CFG_H_\r
 \r
+#include <Ppi/PciCfg.h>\r
 #include <Ppi/PciCfg2.h>\r
 \r
 #define ECP_PEI_PCI_CFG_PPI_GUID \\r
-  { \\r
-    {0xb0ee53d4, 0xa049, 0x4a79, { 0xb2, 0xff, 0x19, 0xd9, 0xfa, 0xef, 0xaa, 0x94 }} \\r
-  }\r
+  {0xb0ee53d4, 0xa049, 0x4a79, { 0xb2, 0xff, 0x19, 0xd9, 0xfa, 0xef, 0xaa, 0x94}}\r
 \r
 typedef struct _ECP_PEI_PCI_CFG_PPI ECP_PEI_PCI_CFG_PPI;\r
 \r
@@ -28,7 +28,7 @@ typedef
 EFI_STATUS\r
 (EFIAPI *ECP_PEI_PCI_CFG_PPI_IO) (\r
   IN EFI_PEI_SERVICES         **PeiServices,\r
-  IN ECP_PEI_PCI_CFG_PPI      * This,\r
+  IN EFI_PEI_PCI_CFG_PPI      * This,\r
   IN EFI_PEI_PCI_CFG_PPI_WIDTH Width,\r
   IN UINT64                   Address,\r
   IN OUT VOID                 *Buffer\r