diff options
Diffstat (limited to 'MdePkg/Include/Protocol/DebugPort.h')
-rw-r--r-- | MdePkg/Include/Protocol/DebugPort.h | 12 |
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;
|