]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/StatusCode/StatusCode.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / StatusCode / StatusCode.h
index fd05b649b7777de310a50dcfb46bbaf84c9ad07f..888d70a0a60bbab9bf077247d2a584300b9d1582 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
@@ -24,7 +24,7 @@ Abstract:
 \r
 #define PEI_STATUS_CODE_PPI_GUID \\r
   { \\r
-    0x229832d3, 0x7a30, 0x4b36, 0xb8, 0x27, 0xf4, 0xc, 0xb7, 0xd4, 0x54, 0x36 \\r
+    0x229832d3, 0x7a30, 0x4b36, {0xb8, 0x27, 0xf4, 0xc, 0xb7, 0xd4, 0x54, 0x36} \\r
   }\r
 \r
 EFI_FORWARD_DECLARATION (PEI_STATUS_CODE_PPI);\r
@@ -40,9 +40,9 @@ EFI_STATUS
   IN EFI_STATUS_CODE_DATA            * Data OPTIONAL\r
   );\r
 \r
-typedef struct _PEI_STATUS_CODE_PPI {\r
+struct _PEI_STATUS_CODE_PPI {\r
   PEI_REPORT_STATUS_CODE  ReportStatusCode;\r
-} PEI_STATUS_CODE_PPI;\r
+};\r
 \r
 extern EFI_GUID gPeiStatusCodePpiGuid;\r
 \r