]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/PciPlatform.h
Refine SMM USB Dispatch Protocol definition.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / PciPlatform.h
index 97d9af99c1dfdae004f3e024e0d9d323000859c8..080952dc5711edaa538598e18ae491af3d1520be 100644 (file)
@@ -98,7 +98,7 @@ typedef enum {
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_PCI_PLATFORM_PHASE_NOTIFY)(\r
-  IN EFI_PCI_PLATFORM_PROTOCOL                       *This,\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
@@ -209,9 +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
   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
   EFI_PCI_PLATFORM_PREPROCESS_CONTROLLER PlatformPrepController;\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
   EFI_PCI_PLATFORM_GET_PCI_ROM           GetPciRom;\r
 };\r
 \r