TianoCore EDK2 master
|
#include "DebugLibDetect.h"
Go to the source code of this file.
Functions | |
BOOLEAN EFIAPI | PlatformDebugLibIoPortDetect (VOID) |
Dectection code for hypervisor debug port.
Copyright (c) 2020, Citrix Systems, Inc. SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DebugIoPortNocheck.c.
BOOLEAN EFIAPI PlatformDebugLibIoPortDetect | ( | VOID | ) |
Always return TRUE without detection as the debug I/O port is always present.
TRUE | The debug I/O port is always present. |
Definition at line 20 of file DebugIoPortNocheck.c.