]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/PciPlatform.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / PciPlatform.h
index 15d735e1fe7ed3b21ffeece8597544176d91b51c..11887f9c0f51310a525e19ac93183c9904626701 100644 (file)
@@ -1,20 +1,20 @@
 /** @file\r
-  This file declares PlatfromOpRom protocols that provide the interface between \r
-  the PCI bus driver/PCI Host Bridge Resource Allocation driver and a platform-specific \r
-  driver to describe the unique features of a platform. \r
+  This file declares PlatfromOpRom protocols that provide the interface between\r
+  the PCI bus driver/PCI Host Bridge Resource Allocation driver and a platform-specific\r
+  driver to describe the unique features of a platform.\r
   This protocol is optional.\r
-  \r
-Copyright (c) 2007 - 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
+\r
+Copyright (c) 2007 - 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
+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 Protocol is defined in UEFI Platform Initialization Specification 1.2 \r
+  This Protocol is defined in UEFI Platform Initialization Specification 1.2\r
   Volume 5: Standards\r
 \r
 **/\r
@@ -320,16 +320,16 @@ EFI_STATUS
 ///\r
 struct _EFI_PCI_PLATFORM_PROTOCOL {\r
   ///\r
-  /// The notification from the PCI bus enumerator to the platform that it is about to \r
+  /// The notification from the PCI bus enumerator to the platform that it is about to\r
   /// enter a certain phase during the enumeration process.\r
   ///\r
   EFI_PCI_PLATFORM_PHASE_NOTIFY          PlatformNotify;\r
   ///\r
-  /// The notification from the PCI bus enumerator to the platform for each PCI \r
+  /// The notification from the PCI bus enumerator to the platform for each PCI\r
   /// controller at several predefined points during PCI controller initialization.\r
-  /// \r
+  ///\r
   EFI_PCI_PLATFORM_PREPROCESS_CONTROLLER PlatformPrepController;\r
-  /// \r
+  ///\r
   /// Retrieves the platform policy regarding enumeration.\r
   ///\r
   EFI_PCI_PLATFORM_GET_PLATFORM_POLICY   GetPlatformPolicy;\r