]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DebugPort.h
Add the missing LegacyBiosMpTable.h per MultiProcessor Specification.
[mirror_edk2.git] / MdePkg / Include / Protocol / DebugPort.h
index 265c47abbe21386072b03d917de440201aa360a0..66bcd31c2692c1aa76820fca35562f5ad410db48 100644 (file)
@@ -4,8 +4,8 @@
   This protocol is used by debug agent to communicate with the\r
   remote debug host.\r
   \r
-  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2006 - 2008, 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
@@ -19,9 +19,9 @@
 #define __DEBUG_PORT_H__\r
 \r
 \r
-//\r
-// DebugPortIo protocol {EBA4E8D2-3858-41EC-A281-2647BA9660D0}\r
-//\r
+///\r
+/// DebugPortIo protocol {EBA4E8D2-3858-41EC-A281-2647BA9660D0}\r
+///\r
 #define EFI_DEBUGPORT_PROTOCOL_GUID \\r
   { \\r
     0xEBA4E8D2, 0x3858, 0x41EC, {0xA2, 0x81, 0x26, 0x47, 0xBA, 0x96, 0x60, 0xD0 } \\r
@@ -113,25 +113,9 @@ EFI_STATUS
   IN EFI_DEBUGPORT_PROTOCOL               *This\r
   );\r
 \r
-//\r
-// DebugPort protocol definition\r
-//\r
-/**\r
-  @par Protocol Description:\r
-  This protocol provides the communication link between the debug agent and the remote host.\r
-\r
-  @param Reset\r
-  Resets the debugport hardware.\r
-  \r
-  @param Write\r
-  Send a buffer of characters to the debugport device.\r
-\r
-  @param Read \r
-  Receive a buffer of characters from the debugport device.\r
-\r
-  @param Poll \r
-  Determine if there is any data available to be read from the debugport device.\r
-**/ \r
+///\r
+/// This protocol provides the communication link between the debug agent and the remote host.\r
+///\r
 struct _EFI_DEBUGPORT_PROTOCOL {\r
   EFI_DEBUGPORT_RESET Reset;\r
   EFI_DEBUGPORT_WRITE Write;\r