]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DebugPort.h
Code Scrub for Protocol and Ppi Definition
[mirror_edk2.git] / MdePkg / Include / Protocol / DebugPort.h
index 94293e19171c0ee17e890b81bd6fcdb6084414c5..265c47abbe21386072b03d917de440201aa360a0 100644 (file)
@@ -4,7 +4,7 @@
   This protocol is used by debug agent to communicate with the\r
   remote debug host.\r
   \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
   All rights reserved. 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
@@ -116,6 +116,22 @@ EFI_STATUS
 //\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
 struct _EFI_DEBUGPORT_PROTOCOL {\r
   EFI_DEBUGPORT_RESET Reset;\r
   EFI_DEBUGPORT_WRITE Write;\r