summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/DebugPort.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 17:52:42 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 17:52:42 +0000
commit8b6c989b0dce2e63a06139f37be0e062588e8f04 (patch)
tree5e8a4bd09f6c049734178c8f7427c0e9b921dbb8 /MdePkg/Include/Protocol/DebugPort.h
parent107ffdc9ce6e7c11e140ad4d513f186ee38c6e23 (diff)
downloadedk2-platforms-8b6c989b0dce2e63a06139f37be0e062588e8f04.tar.xz
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6092 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DebugPort.h')
-rw-r--r--MdePkg/Include/Protocol/DebugPort.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/MdePkg/Include/Protocol/DebugPort.h b/MdePkg/Include/Protocol/DebugPort.h
index edfae57367..e80112744c 100644
--- a/MdePkg/Include/Protocol/DebugPort.h
+++ b/MdePkg/Include/Protocol/DebugPort.h
@@ -119,18 +119,6 @@ EFI_STATUS
/**
@par Protocol Description:
This protocol provides the communication link between the debug agent and the remote host.
-
- @param Reset
- Resets the debugport hardware.
-
- @param Write
- Send a buffer of characters to the debugport device.
-
- @param Read
- Receive a buffer of characters from the debugport device.
-
- @param Poll
- Determine if there is any data available to be read from the debugport device.
**/
struct _EFI_DEBUGPORT_PROTOCOL {
EFI_DEBUGPORT_RESET Reset;