]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Protocol/AcpiSupport/AcpiSupport.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / AcpiSupport / AcpiSupport.h
index b0ae333593566b5b7e3b9a727dcb6b4a692ceb1f..94127eb4412990645ad81b42865354fada361dd0 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 1999 - 2007, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 1999 - 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
@@ -39,7 +39,7 @@ EFI_FORWARD_DECLARATION (EFI_ACPI_SUPPORT_PROTOCOL);
 //\r
 #define EFI_ACPI_SUPPORT_GUID \\r
   { \\r
-    0xdbff9d55, 0x89b7, 0x46da, 0xbd, 0xdf, 0x67, 0x7d, 0x3d, 0xc0, 0x24, 0x1d \\r
+    0xdbff9d55, 0x89b7, 0x46da, {0xbd, 0xdf, 0x67, 0x7d, 0x3d, 0xc0, 0x24, 0x1d} \\r
   }\r
 \r
 //\r
@@ -116,10 +116,10 @@ EFI_STATUS
 //\r
 // ACPI Support Protocol\r
 //\r
-typedef struct _EFI_ACPI_SUPPORT_PROTOCOL {\r
+struct _EFI_ACPI_SUPPORT_PROTOCOL {\r
   EFI_ACPI_GET_ACPI_TABLE GetAcpiTable;\r
   EFI_ACPI_SET_ACPI_TABLE SetAcpiTable;\r
   EFI_ACPI_PUBLISH_TABLES PublishTables;\r
-} EFI_ACPI_SUPPORT_PROTOCOL;\r
+};\r
 \r
 #endif\r