]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/ServiceProcessorManagementInterfaceTable.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / ServiceProcessorManagementInterfaceTable.h
index 9c04d52037de5045a1e4f269bdd4dd03b0832c01..15f47f1535ebef8b313dd39d7a001e27467eb3bc 100644 (file)
@@ -10,6 +10,7 @@
       v2.0 Revision 1.1, Dated October 2013.\r
       https://www.intel.com/content/dam/www/public/us/en/documents/specification-updates/ipmi-intelligent-platform-mgt-interface-spec-2nd-gen-v2-0-spec-update.pdf\r
 **/\r
+\r
 #ifndef _SERVICE_PROCESSOR_MANAGEMENT_INTERFACE_TABLE_H_\r
 #define _SERVICE_PROCESSOR_MANAGEMENT_INTERFACE_TABLE_H_\r
 \r
@@ -26,62 +27,61 @@ typedef union {
   /// For PCI IPMI device\r
   ///\r
   struct {\r
-    UINT8                                 SegmentGroup;\r
-    UINT8                                 Bus;\r
-    UINT8                                 Device;\r
-    UINT8                                 Function;\r
+    UINT8    SegmentGroup;\r
+    UINT8    Bus;\r
+    UINT8    Device;\r
+    UINT8    Function;\r
   } Pci;\r
   ///\r
   /// For non-PCI IPMI device, the ACPI _UID value of the device\r
   ///\r
-  UINT32                                  Uid;\r
+  UINT32    Uid;\r
 } EFI_ACPI_SERVICE_PROCESSOR_MANAGEMENT_INTERFACE_TABLE_DEVICE_ID;\r
 \r
-\r
 ///\r
 /// Definition for Service Processor Management Interface Description Table\r
 ///\r
 typedef struct {\r
-  EFI_ACPI_DESCRIPTION_HEADER               Header;\r
+  EFI_ACPI_DESCRIPTION_HEADER                                        Header;\r
   ///\r
   /// Indicates the type of IPMI interface.\r
   ///\r
-  UINT8                                     InterfaceType;\r
+  UINT8                                                              InterfaceType;\r
   ///\r
   /// This field must always be 01h to be compatible with any software that\r
   /// implements previous versions of this spec.\r
   ///\r
-  UINT8                                     Reserved1;\r
+  UINT8                                                              Reserved1;\r
   ///\r
   /// Identifies the IPMI specification revision, in BCD format.\r
   ///\r
-  UINT16                                    SpecificationRevision;\r
+  UINT16                                                             SpecificationRevision;\r
   ///\r
   /// Interrupt type(s) used by the interface.\r
   ///\r
-  UINT8                                     InterruptType;\r
+  UINT8                                                              InterruptType;\r
   ///\r
   /// The bit assignment of the SCI interrupt within the GPEx_STS register of a\r
   /// GPE described if the FADT that the interface triggers.\r
   ///\r
-  UINT8                                     Gpe;\r
+  UINT8                                                              Gpe;\r
   ///\r
   /// Reserved, must be 00h.\r
   ///\r
-  UINT8                                     Reserved2;\r
+  UINT8                                                              Reserved2;\r
   ///\r
   /// PCI Device Flag.\r
   ///\r
-  UINT8                                     PciDeviceFlag;\r
+  UINT8                                                              PciDeviceFlag;\r
   ///\r
   /// The I/O APIC or I/O SAPIC Global System Interrupt used by the interface.\r
   ///\r
-  UINT32                                    GlobalSystemInterrupt;\r
+  UINT32                                                             GlobalSystemInterrupt;\r
   ///\r
   /// The base address of the interface register set described using the\r
   /// Generic Address Structure (GAS, See [ACPI 2.0] for the definition).\r
   ///\r
-  EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE    BaseAddress;\r
+  EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE                             BaseAddress;\r
   ///\r
   /// Device identification information.\r
   ///\r
@@ -90,7 +90,7 @@ typedef struct {
   /// This field must always be null (0x00) to be compatible with any software\r
   /// that implements previous versions of this spec.\r
   ///\r
-  UINT8                                     Reserved3;\r
+  UINT8                                                              Reserved3;\r
 } EFI_ACPI_SERVICE_PROCESSOR_MANAGEMENT_INTERFACE_TABLE;\r
 \r
 #pragma pack()\r