]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/PciHostBridgeLib.h
MdeModulePkg: PciHostBridgeDxe: insert horizontal whitespace
[mirror_edk2.git] / MdeModulePkg / Include / Library / PciHostBridgeLib.h
index b1dba0f754d7940a8362cfd7c9a027adc1a6f8ef..16ad104a9368a7511e03cf7be2603437165be085 100644 (file)
@@ -25,26 +25,26 @@ typedef struct {
 } PCI_ROOT_BRIDGE_APERTURE;\r
 \r
 typedef struct {\r
-  UINT32                   Segment;              ///< Segment number.\r
-  UINT64                   Supports;             ///< Supported attributes.\r
-                                                 ///< Refer to EFI_PCI_ATTRIBUTE_xxx used by GetAttributes()\r
-                                                 ///< and SetAttributes() in EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.\r
-  UINT64                   Attributes;           ///< Initial attributes.\r
-                                                 ///< Refer to EFI_PCI_ATTRIBUTE_xxx used by GetAttributes()\r
-                                                 ///< and SetAttributes() in EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.\r
-  BOOLEAN                  DmaAbove4G;           ///< DMA above 4GB memory.\r
-                                                 ///< Set to TRUE when root bridge supports DMA above 4GB memory.\r
-  UINT64                   AllocationAttributes; ///< Allocation attributes.\r
-                                                 ///< Refer to EFI_PCI_HOST_BRIDGE_COMBINE_MEM_PMEM and\r
-                                                 ///< EFI_PCI_HOST_BRIDGE_MEM64_DECODE used by GetAllocAttributes()\r
-                                                 ///< in EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL.\r
-  PCI_ROOT_BRIDGE_APERTURE Bus;                  ///< Bus aperture which can be used by the root bridge.\r
-  PCI_ROOT_BRIDGE_APERTURE Io;                   ///< IO aperture which can be used by the root bridge.\r
-  PCI_ROOT_BRIDGE_APERTURE Mem;                  ///< MMIO aperture below 4GB which can be used by the root bridge.\r
-  PCI_ROOT_BRIDGE_APERTURE MemAbove4G;           ///< MMIO aperture above 4GB which can be used by the root bridge.\r
-  PCI_ROOT_BRIDGE_APERTURE PMem;                 ///< Prefetchable MMIO aperture below 4GB which can be used by the root bridge.\r
-  PCI_ROOT_BRIDGE_APERTURE PMemAbove4G;          ///< Prefetchable MMIO aperture above 4GB which can be used by the root bridge.\r
-  EFI_DEVICE_PATH_PROTOCOL *DevicePath;          ///< Device path.\r
+  UINT32                   Segment;               ///< Segment number.\r
+  UINT64                   Supports;              ///< Supported attributes.\r
+                                                  ///< Refer to EFI_PCI_ATTRIBUTE_xxx used by GetAttributes()\r
+                                                  ///< and SetAttributes() in EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.\r
+  UINT64                   Attributes;            ///< Initial attributes.\r
+                                                  ///< Refer to EFI_PCI_ATTRIBUTE_xxx used by GetAttributes()\r
+                                                  ///< and SetAttributes() in EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.\r
+  BOOLEAN                  DmaAbove4G;            ///< DMA above 4GB memory.\r
+                                                  ///< Set to TRUE when root bridge supports DMA above 4GB memory.\r
+  UINT64                   AllocationAttributes;  ///< Allocation attributes.\r
+                                                  ///< Refer to EFI_PCI_HOST_BRIDGE_COMBINE_MEM_PMEM and\r
+                                                  ///< EFI_PCI_HOST_BRIDGE_MEM64_DECODE used by GetAllocAttributes()\r
+                                                  ///< in EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL.\r
+  PCI_ROOT_BRIDGE_APERTURE Bus;                   ///< Bus aperture which can be used by the root bridge.\r
+  PCI_ROOT_BRIDGE_APERTURE Io;                    ///< IO aperture which can be used by the root bridge.\r
+  PCI_ROOT_BRIDGE_APERTURE Mem;                   ///< MMIO aperture below 4GB which can be used by the root bridge.\r
+  PCI_ROOT_BRIDGE_APERTURE MemAbove4G;            ///< MMIO aperture above 4GB which can be used by the root bridge.\r
+  PCI_ROOT_BRIDGE_APERTURE PMem;                  ///< Prefetchable MMIO aperture below 4GB which can be used by the root bridge.\r
+  PCI_ROOT_BRIDGE_APERTURE PMemAbove4G;           ///< Prefetchable MMIO aperture above 4GB which can be used by the root bridge.\r
+  EFI_DEVICE_PATH_PROTOCOL *DevicePath;           ///< Device path.\r
 } PCI_ROOT_BRIDGE;\r
 \r
 /**\r