Extensible Firmware Interface Specification
16-16 12/01/02 Version 1.10
EFI_DEBUGPORT_PROTOCOL.Reset()
Summary
Resets the debugport.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_DEBUGPORT_RESET) (
IN EFI_DEBUGPORT_PROTOCOL *This
);
Parameters
This A pointer to the EFI_DEBUGPORT_PROTOCOL instance. Type
EFI_DEBUGPORT_PROTOCOL is defined in Section 16.3.
Description
The Reset() function resets the debugport device.
It is the responsibility of the caller to insure all parameters are valid. There is no provision for
parameter checking by Reset(). The implementation behavior when an invalid parameter is
passed is not defined by this specification.
Status Codes Returned
EFI_SUCCESS The debugport device was reset and is in usable state.
EFI_DEVICE_ERROR The debugport device could not be reset and is unusable.