]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/Smbus/Smbus.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / Smbus / Smbus.h
index cdd1834fa616e0e130e70e8a239fd39146c05f68..bebb20352c569790549a577be0413d637ccd30d5 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 1999 - 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 1999 - 2006, 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
@@ -27,7 +27,7 @@ Abstract:
 \r
 #define PEI_SMBUS_PPI_GUID \\r
   { \\r
-    0xabd42895, 0x78cf, 0x4872, 0x84, 0x44, 0x1b, 0x5c, 0x18, 0xb, 0xfb, 0xda \\r
+    0xabd42895, 0x78cf, 0x4872, {0x84, 0x44, 0x1b, 0x5c, 0x18, 0xb, 0xfb, 0xda} \\r
   }\r
 \r
 EFI_FORWARD_DECLARATION (PEI_SMBUS_PPI);\r
@@ -89,12 +89,12 @@ EFI_STATUS
   IN      PEI_SMBUS_NOTIFY_FUNCTION NotifyFunction\r
   );\r
 \r
-typedef struct _PEI_SMBUS_PPI {\r
+struct _PEI_SMBUS_PPI {\r
   PEI_SMBUS_PPI_EXECUTE_OPERATION Execute;\r
   PEI_SMBUS_PPI_ARP_DEVICE        ArpDevice;\r
   PEI_SMBUS_PPI_GET_ARP_MAP       GetArpMap;\r
   PEI_SMBUS_PPI_NOTIFY            Notify;\r
-} PEI_SMBUS_PPI;\r
+};\r
 \r
 extern EFI_GUID gPeiSmbusPpiGuid;\r
 \r