]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Protocol/CpuIo/CpuIo.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / CpuIo / CpuIo.h
index c4944b4368657f4f997747d9b8134269490063e7..bb0a76daa3e1561aa948d656f57dcb0b3a6b2bec 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
@@ -26,7 +26,7 @@ Abstract:
 \r
 #define EFI_CPU_IO_PROTOCOL_GUID \\r
   { \\r
-    0xB0732526, 0x38C8, 0x4b40, 0x88, 0x77, 0x61, 0xC7, 0xB0, 0x6A, 0xAC, 0x45 \\r
+    0xB0732526, 0x38C8, 0x4b40, {0x88, 0x77, 0x61, 0xC7, 0xB0, 0x6A, 0xAC, 0x45} \\r
   }\r
 \r
 EFI_FORWARD_DECLARATION (EFI_CPU_IO_PROTOCOL);\r
@@ -83,10 +83,10 @@ typedef struct {
 // EFI_CPU_IO_PROTOCOL\r
 // *******************************************************\r
 //\r
-typedef struct _EFI_CPU_IO_PROTOCOL {\r
+struct _EFI_CPU_IO_PROTOCOL {\r
   EFI_CPU_IO_PROTOCOL_ACCESS  Mem;\r
   EFI_CPU_IO_PROTOCOL_ACCESS  Io;\r
-} EFI_CPU_IO_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiCpuIoProtocolGuid;\r
 \r