]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct the code format.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Jun 2009 06:02:05 +0000 (06:02 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Jun 2009 06:02:05 +0000 (06:02 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8621 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Compatibility/Include/Ppi/EcpPciCfg.h

index 662319d0d8dcbab0e06a7e234dbf75ca97342ac7..51605cfe310d8101d26b94f0af729c50490f1f8e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 This PPI is the same as the PPI in the framework PciCfg, with one exception: this PPI does not include a modify API, while the PPI in the framework PciCfg does. \r
 \r
-Copyright (c) 2008, Intel Corporation                                                         \r
+Copyright (c) 2008 - 2009, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -27,17 +27,15 @@ typedef struct _ECP_PEI_PCI_CFG_PPI ECP_PEI_PCI_CFG_PPI;
   \r
   Writes to or reads from a given location in the PCI configuration space.\r
 \r
-  @param  PeiServices                   An indirect pointer to the PEI Services Table published by the PEI Foundation.\r
-  @param  This                              Pointer to local data for the interface.\r
-  @param  Width                            The width of the access. Enumerated in bytes.\r
-                                                    See EFI_PEI_PCI_CFG_PPI_WIDTH in MDEPkg.\r
-  @param  Address                         The physical address of the access. The format of\r
-                                                    the address is described by EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS.\r
-  @param  Buffer                            A pointer to the buffer of data.\r
-  @retval EFI_SUCCESS                   The function completed successfully.\r
-  @retval EFI_DEVICE_ERROR          There was a problem with the transaction.\r
-  @retval EFI_DEVICE_NOT_READY  The device is not capable of supporting the operation at this\r
-                                                 time.\r
+  @param  PeiServices              An indirect pointer to the PEI Services Table published by the PEI Foundation.\r
+  @param  This                     Pointer to local data for the interface.\r
+  @param  Width                    The width of the access. Enumerated in bytes.\r
+  @param  Address                  The physical address of the access. The format of\r
+                                   the address is described by EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS.\r
+  @param  Buffer                   A pointer to the buffer of data.\r
+  @retval EFI_SUCCESS              The function completed successfully.\r
+  @retval EFI_DEVICE_ERROR         There was a problem with the transaction.\r
+  @retval EFI_DEVICE_NOT_READY     The device is not capable of supporting the operation at this time.\r
 **/\r
 typedef\r
 EFI_STATUS\r
@@ -49,16 +47,6 @@ EFI_STATUS
   IN OUT VOID                 *Buffer\r
   );\r
 \r
-/**\r
-  The ECP_PEI_PCI_CFG_PPI interfaces are used to abstract accesses to PCI \r
-  controllers behind a PCI root bridge controller.\r
-  @param Read\r
-  PCI read services.  See the Read() function description.\r
-  @param Write\r
-  PCI write services.  See the Write() function description.\r
-\r
-**/\r
-\r
 struct _ECP_PEI_PCI_CFG_PPI {\r
   ECP_PEI_PCI_CFG_PPI_IO  Read;\r
   ECP_PEI_PCI_CFG_PPI_IO  Write;\r