]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/FirmwarePerformance.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Include / Guid / FirmwarePerformance.h
index e101ddd987c1dfb5f3747d1e68699bfade7dc8a8..3ce146eba194e83c54e14884e515d8e7464db0ba 100644 (file)
@@ -60,9 +60,9 @@
 /// This structure will be installed into ACPI table as FPDT in normal boot path.\r
 ///\r
 typedef struct {\r
 /// This structure will be installed into ACPI table as FPDT in normal boot path.\r
 ///\r
 typedef struct {\r
-  EFI_ACPI_DESCRIPTION_HEADER                             Header;            ///< Common ACPI description table header.\r
-  EFI_ACPI_5_0_FPDT_BOOT_PERFORMANCE_TABLE_POINTER_RECORD BootPointerRecord; ///< Basic Boot Performance Table Pointer record.\r
-  EFI_ACPI_5_0_FPDT_S3_PERFORMANCE_TABLE_POINTER_RECORD   S3PointerRecord;   ///< S3 Performance Table Pointer record.\r
+  EFI_ACPI_DESCRIPTION_HEADER                                Header;            ///< Common ACPI description table header.\r
+  EFI_ACPI_5_0_FPDT_BOOT_PERFORMANCE_TABLE_POINTER_RECORD    BootPointerRecord; ///< Basic Boot Performance Table Pointer record.\r
+  EFI_ACPI_5_0_FPDT_S3_PERFORMANCE_TABLE_POINTER_RECORD      S3PointerRecord;   ///< S3 Performance Table Pointer record.\r
 } FIRMWARE_PERFORMANCE_TABLE;\r
 \r
 ///\r
 } FIRMWARE_PERFORMANCE_TABLE;\r
 \r
 ///\r
@@ -71,9 +71,9 @@ typedef struct {
 /// suspend and S3 resume boot path.\r
 ///\r
 typedef struct {\r
 /// suspend and S3 resume boot path.\r
 ///\r
 typedef struct {\r
-  EFI_ACPI_5_0_FPDT_PERFORMANCE_TABLE_HEADER  Header;    ///< Common ACPI table header.\r
-  EFI_ACPI_5_0_FPDT_S3_RESUME_RECORD          S3Resume;  ///< Basic S3 Resume performance record.\r
-  EFI_ACPI_5_0_FPDT_S3_SUSPEND_RECORD         S3Suspend; ///< Basic S3 Suspend performance record.\r
+  EFI_ACPI_5_0_FPDT_PERFORMANCE_TABLE_HEADER    Header;    ///< Common ACPI table header.\r
+  EFI_ACPI_5_0_FPDT_S3_RESUME_RECORD            S3Resume;  ///< Basic S3 Resume performance record.\r
+  EFI_ACPI_5_0_FPDT_S3_SUSPEND_RECORD           S3Suspend; ///< Basic S3 Suspend performance record.\r
 } S3_PERFORMANCE_TABLE;\r
 \r
 ///\r
 } S3_PERFORMANCE_TABLE;\r
 \r
 ///\r
@@ -81,8 +81,8 @@ typedef struct {
 /// This structure contains BasicBoot performance record.\r
 ///\r
 typedef struct {\r
 /// This structure contains BasicBoot performance record.\r
 ///\r
 typedef struct {\r
-  EFI_ACPI_5_0_FPDT_PERFORMANCE_TABLE_HEADER   Header;     ///< Common ACPI table header.\r
-  EFI_ACPI_5_0_FPDT_FIRMWARE_BASIC_BOOT_RECORD BasicBoot;  ///< Basic Boot Resume performance record.\r
+  EFI_ACPI_5_0_FPDT_PERFORMANCE_TABLE_HEADER      Header;    ///< Common ACPI table header.\r
+  EFI_ACPI_5_0_FPDT_FIRMWARE_BASIC_BOOT_RECORD    BasicBoot; ///< Basic Boot Resume performance record.\r
   //\r
   // one or more boot performance records.\r
   //\r
   //\r
   // one or more boot performance records.\r
   //\r
@@ -93,7 +93,7 @@ typedef struct {
 ///\r
 ///\r
 typedef struct {\r
 ///\r
 ///\r
 typedef struct {\r
-  EFI_ACPI_5_0_FPDT_PERFORMANCE_TABLE_HEADER   Header;     ///< Common ACPI table header.\r
+  EFI_ACPI_5_0_FPDT_PERFORMANCE_TABLE_HEADER    Header;    ///< Common ACPI table header.\r
   //\r
   // one or more boot performance records.\r
   //\r
   //\r
   // one or more boot performance records.\r
   //\r
@@ -103,8 +103,8 @@ typedef struct {
 /// Performance data pointed by Performance Pointer Record.\r
 ///\r
 typedef struct {\r
 /// Performance data pointed by Performance Pointer Record.\r
 ///\r
 typedef struct {\r
-  BOOT_PERFORMANCE_TABLE         BootPerformance; ///< Basic Boot Performance.\r
-  S3_PERFORMANCE_TABLE           S3Performance;   ///< S3 performance.\r
+  BOOT_PERFORMANCE_TABLE    BootPerformance;      ///< Basic Boot Performance.\r
+  S3_PERFORMANCE_TABLE      S3Performance;        ///< S3 performance.\r
 } FIRMWARE_PERFORMANCE_RUNTIME_DATA;\r
 \r
 ///\r
 } FIRMWARE_PERFORMANCE_RUNTIME_DATA;\r
 \r
 ///\r
@@ -112,8 +112,8 @@ typedef struct {
 /// This Variable is produced by FPDT DXE module.\r
 ///\r
 typedef struct {\r
 /// This Variable is produced by FPDT DXE module.\r
 ///\r
 typedef struct {\r
-  EFI_PHYSICAL_ADDRESS  BootPerformanceTablePointer; ///< Pointer to Boot Performance Table.\r
-  EFI_PHYSICAL_ADDRESS  S3PerformanceTablePointer;   ///< Pointer to S3 Performance Table.\r
+  EFI_PHYSICAL_ADDRESS    BootPerformanceTablePointer; ///< Pointer to Boot Performance Table.\r
+  EFI_PHYSICAL_ADDRESS    S3PerformanceTablePointer;   ///< Pointer to S3 Performance Table.\r
 } FIRMWARE_PERFORMANCE_VARIABLE;\r
 \r
 #pragma pack()\r
 } FIRMWARE_PERFORMANCE_VARIABLE;\r
 \r
 #pragma pack()\r
@@ -121,19 +121,19 @@ typedef struct {
 //\r
 // Log BOOT RECORD from SMM driver on boot time.\r
 //\r
 //\r
 // Log BOOT RECORD from SMM driver on boot time.\r
 //\r
-#define SMM_FPDT_FUNCTION_GET_BOOT_RECORD_SIZE           1\r
-#define SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA           2\r
-#define SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA_BY_OFFSET 3\r
+#define SMM_FPDT_FUNCTION_GET_BOOT_RECORD_SIZE            1\r
+#define SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA            2\r
+#define SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA_BY_OFFSET  3\r
 \r
 typedef struct {\r
 \r
 typedef struct {\r
-  UINTN             Function;\r
-  EFI_STATUS        ReturnStatus;\r
-  UINTN             BootRecordSize;\r
-  VOID              *BootRecordData;\r
-  UINTN             BootRecordOffset;\r
+  UINTN         Function;\r
+  EFI_STATUS    ReturnStatus;\r
+  UINTN         BootRecordSize;\r
+  VOID          *BootRecordData;\r
+  UINTN         BootRecordOffset;\r
 } SMM_BOOT_RECORD_COMMUNICATE;\r
 \r
 } SMM_BOOT_RECORD_COMMUNICATE;\r
 \r
-extern EFI_GUID gEfiFirmwarePerformanceGuid;\r
-extern EFI_GUID gFirmwarePerformanceS3PointerGuid;\r
+extern EFI_GUID  gEfiFirmwarePerformanceGuid;\r
+extern EFI_GUID  gFirmwarePerformanceS3PointerGuid;\r
 \r
 #endif\r
 \r
 #endif\r