]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Protocol/AcpiS3Save/AcpiS3Save.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / AcpiS3Save / AcpiS3Save.h
index 2cf554b3084b8cec7a34088d2c3aa108144a981d..e817bbbe00e7ecb80108c72805a9e0e781326c26 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004 - 2007, 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
@@ -36,7 +36,7 @@ EFI_FORWARD_DECLARATION (EFI_ACPI_S3_SAVE_PROTOCOL);
 //\r
 #define EFI_ACPI_S3_SAVE_GUID \\r
   { \\r
-    0x125f2de1, 0xfb85, 0x440c, 0xa5, 0x4c, 0x4d, 0x99, 0x35, 0x8a, 0x8d, 0x38 \\r
+    0x125f2de1, 0xfb85, 0x440c, {0xa5, 0x4c, 0x4d, 0x99, 0x35, 0x8a, 0x8d, 0x38} \\r
   }\r
 \r
 //\r
@@ -56,10 +56,10 @@ EFI_STATUS
   OUT UINTN                         * Size\r
 );\r
 \r
-typedef struct _EFI_ACPI_S3_SAVE_PROTOCOL {\r
+struct _EFI_ACPI_S3_SAVE_PROTOCOL {\r
   EFI_ACPI_GET_LEGACY_MEMORY_SIZE   GetLegacyMemorySize;\r
   EFI_ACPI_S3_SAVE                  S3Save;\r
-} EFI_ACPI_S3_SAVE_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiAcpiS3SaveGuid;\r
 \r