]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/PciHostBridgeResourceAllocation.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / PciHostBridgeResourceAllocation.h
index 17b1b5a8d85b5da326be7a7fc9e7d185a163e383..5ef7c000d6f5c55bed84210baee282d5b31cf9a3 100644 (file)
@@ -47,7 +47,7 @@ typedef struct _EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL EFI_PCI_HOST_BR
 /// the PCI bus driver needs to include requests for 64 bit\r
 /// memory address in the corresponding 32 bit memory pool.\r
 ///\r
-#define EFI_PCI_HOST_BRIDGE_MEM64_DECODE   2\r
+#define EFI_PCI_HOST_BRIDGE_MEM64_DECODE  2\r
 \r
 ///\r
 /// A UINT64 value that contains the status of a PCI resource requested\r
@@ -61,7 +61,7 @@ typedef UINT64 EFI_RESOURCE_ALLOCATION_STATUS;
 /// Configuration parameter returned by GetProposedResources() to identify\r
 /// a PCI resources request that can be satisfied.\r
 ///\r
-#define EFI_RESOURCE_SATISFIED      0x0000000000000000ULL\r
+#define EFI_RESOURCE_SATISFIED  0x0000000000000000ULL\r
 \r
 ///\r
 /// The request of this resource type could not be fulfilled for its\r
@@ -375,38 +375,38 @@ struct _EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL {
   /// The notification from the PCI bus enumerator that it is about to enter\r
   /// a certain phase during the enumeration process.\r
   ///\r
-  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_NOTIFY_PHASE           NotifyPhase;\r
+  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_NOTIFY_PHASE              NotifyPhase;\r
 \r
   ///\r
   /// Retrieves the device handle for the next PCI root bridge that is produced by the\r
   /// host bridge to which this instance of the EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL is attached.\r
   ///\r
-  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GET_NEXT_ROOT_BRIDGE   GetNextRootBridge;\r
+  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GET_NEXT_ROOT_BRIDGE      GetNextRootBridge;\r
 \r
   ///\r
   /// Retrieves the allocation-related attributes of a PCI root bridge.\r
   ///\r
-  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GET_ATTRIBUTES         GetAllocAttributes;\r
+  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GET_ATTRIBUTES            GetAllocAttributes;\r
 \r
   ///\r
   /// Sets up a PCI root bridge for bus enumeration.\r
   ///\r
-  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_START_BUS_ENUMERATION  StartBusEnumeration;\r
+  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_START_BUS_ENUMERATION     StartBusEnumeration;\r
 \r
   ///\r
   /// Sets up the PCI root bridge so that it decodes a specific range of bus numbers.\r
   ///\r
-  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_SET_BUS_NUMBERS        SetBusNumbers;\r
+  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_SET_BUS_NUMBERS           SetBusNumbers;\r
 \r
   ///\r
   /// Submits the resource requirements for the specified PCI root bridge.\r
   ///\r
-  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_SUBMIT_RESOURCES       SubmitResources;\r
+  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_SUBMIT_RESOURCES          SubmitResources;\r
 \r
   ///\r
   /// Returns the proposed resource assignment for the specified PCI root bridges.\r
   ///\r
-  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GET_PROPOSED_RESOURCES GetProposedResources;\r
+  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_GET_PROPOSED_RESOURCES    GetProposedResources;\r
 \r
   ///\r
   /// Provides hooks from the PCI bus driver to every PCI controller\r
@@ -414,9 +414,9 @@ struct _EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL {
   /// allow the host bridge driver to preinitialize individual PCI controllers\r
   /// before enumeration.\r
   ///\r
-  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_PREPROCESS_CONTROLLER  PreprocessController;\r
+  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL_PREPROCESS_CONTROLLER     PreprocessController;\r
 };\r
 \r
-extern EFI_GUID gEfiPciHostBridgeResourceAllocationProtocolGuid;\r
+extern EFI_GUID  gEfiPciHostBridgeResourceAllocationProtocolGuid;\r
 \r
 #endif\r