]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/PciPlatform.h
tabs were set incorrectly in previous check in
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / PciPlatform.h
index d9c198cc0c30beee8e359a8cd9517049774fbaeb..080952dc5711edaa538598e18ae491af3d1520be 100644 (file)
@@ -98,8 +98,8 @@ typedef enum {
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_PCI_PLATFORM_PHASE_NOTIFY)(\r
-  IN  EFI_PCI_PLATFORM_PROTOCOL                       *This,\r
-  IN  EFI_HANDLE                                                                                       HostBridge,\r
+  IN  EFI_PCI_PLATFORM_PROTOCOL                      *This,\r
+  IN  EFI_HANDLE                                     HostBridge,\r
   IN  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE  Phase,\r
   IN  EFI_PCI_CHIPSET_EXECUTION_PHASE                ChipsetPhase\r
 );\r
@@ -209,23 +209,23 @@ EFI_STATUS
 /// the unique features of a platform.\r
 ///\r
 struct _EFI_PCI_PLATFORM_PROTOCOL {\r
-       ///\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
+  ///\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
-       /// controller at several predefined points during PCI controller initialization.\r
-       /// \r
+  ///\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
   EFI_PCI_PLATFORM_PREPROCESS_CONTROLLER PlatformPrepController;\r
-       /// \r
-       /// Retrieves the platform policy regarding enumeration.\r
-       ///\r
+  /// \r
+  /// Retrieves the platform policy regarding enumeration.\r
+  ///\r
   EFI_PCI_PLATFORM_GET_PLATFORM_POLICY   GetPlatformPolicy;\r
-       ///\r
-       /// Gets the PCI device\92s option ROM from a platform-specific location.\r
-       ///\r
+  ///\r
+  /// Gets the PCI device\92s option ROM from a platform-specific location.\r
+  ///\r
   EFI_PCI_PLATFORM_GET_PCI_ROM           GetPciRom;\r
 };\r
 \r