]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugPort/DebugPort.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / DebugPort / DebugPort.h
index af80b751fc15101b6da22950cd3a4530b068be7e..2e799f06085dd5f736c4303e196e10cbb0596336 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
@@ -27,7 +27,7 @@ Abstract:
 //\r
 #define EFI_DEBUGPORT_PROTOCOL_GUID \\r
   { \\r
-    0xEBA4E8D2, 0x3858, 0x41EC, 0xA2, 0x81, 0x26, 0x47, 0xBA, 0x96, 0x60, 0xD0 \\r
+    0xEBA4E8D2, 0x3858, 0x41EC, {0xA2, 0x81, 0x26, 0x47, 0xBA, 0x96, 0x60, 0xD0} \\r
   }\r
 \r
 extern EFI_GUID gEfiDebugPortProtocolGuid;\r
@@ -70,12 +70,12 @@ EFI_STATUS
 //\r
 // DebugPort protocol definition\r
 //\r
-typedef struct _EFI_DEBUGPORT_PROTOCOL {\r
+struct _EFI_DEBUGPORT_PROTOCOL {\r
   EFI_DEBUGPORT_RESET Reset;\r
   EFI_DEBUGPORT_WRITE Write;\r
   EFI_DEBUGPORT_READ  Read;\r
   EFI_DEBUGPORT_POLL  Poll;\r
-} EFI_DEBUGPORT_PROTOCOL;\r
+};\r
 \r
 //\r
 // DEBUGPORT variable definitions...\r