]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/PciCfg.h
IntelFrameworkPkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / PciCfg.h
index ded452a16c3f126d71fd7587cbbf5007a2b00d0c..6749a4acb00e40f6a273cec7eb24b9566d37066d 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   This file declares the PciCfg PPI used to access the PCI configuration space in PEI\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php.                                          \r
-    \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+http://opensource.org/licenses/bsd-license.php.\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   @par Revision Reference:\r
   This PPI is defined in PEI CIS\r
@@ -85,7 +85,7 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  The EFI_PEI_PCI_CFG_PPI interfaces are used to abstract accesses to PCI \r
+  The EFI_PEI_PCI_CFG_PPI interfaces are used to abstract accesses to PCI\r
   controllers behind a PCI root bridge controller.\r
 **/\r
 struct _EFI_PEI_PCI_CFG_PPI {\r
@@ -93,12 +93,12 @@ struct _EFI_PEI_PCI_CFG_PPI {
   /// PCI read services.  See the Read() function description.\r
   ///\r
   EFI_PEI_PCI_CFG_PPI_IO  Read;\r
-  \r
+\r
   ///\r
   /// PCI write services.  See the Write() function description.\r
   ///\r
   EFI_PEI_PCI_CFG_PPI_IO  Write;\r
-  \r
+\r
   ///\r
   /// PCI read-modify-write services.  See the Modify() function description.\r
   ///\r