]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / Performance / Performance.h
index ab502ffc57848ca43ec3fa675d8f0041367d7ef0..e2abdd9143508665f5789896936658623ee7f8c1 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -22,10 +22,10 @@ Abstract:
 #define _EFI_PERFORMANCE_H_\r
 \r
 #define EFI_PERFORMANCE_PROTOCOL_GUID \\r
-  { 0xFFECFFFF, 0x923C, 0x14d2, 0x9E, 0x3F, 0x22, 0xA0, 0xC9, 0x69, 0x56, 0x3B }\r
+  { 0xFFECFFFF, 0x923C, 0x14d2, {0x9E, 0x3F, 0x22, 0xA0, 0xC9, 0x69, 0x56, 0x3B} }\r
 \r
 #define EFI_NULL_GUID \\r
-  { 0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }\r
+  { 0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} }\r
 \r
 \r
 EFI_FORWARD_DECLARATION (EFI_PERFORMANCE_PROTOCOL);\r
@@ -54,7 +54,7 @@ typedef struct {
   UINT64            StartTick;\r
   UINT64            EndTick;\r
   EFI_GUID          GuidName;\r
-  UINT8             PdbFileName[EFI_PERF_PDBFILENAME_LENGTH];\r
+  CHAR8             PdbFileName[EFI_PERF_PDBFILENAME_LENGTH];\r
   UINT8             Phase;\r
 } EFI_GAUGE_DATA ;\r
 \r
@@ -91,11 +91,11 @@ EFI_GAUGE_DATA *
   );\r
 \r
 \r
-typedef struct _EFI_PERFORMANCE_PROTOCOL{\r
+struct _EFI_PERFORMANCE_PROTOCOL {\r
   EFI_PERF_START_GAUGE  StartGauge;\r
   EFI_PERF_END_GAUGE    EndGauge;\r
   EFI_PERF_GET_GAUGE    GetGauge;\r
-} EFI_PERFORMANCE_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiPerformanceProtocolGuid;\r
 \r