TianoCore EDK2 master
Loading...
Searching...
No Matches
DebugIoPortNocheck.c File Reference
#include "DebugLibDetect.h"

Go to the source code of this file.

Functions

BOOLEAN EFIAPI PlatformDebugLibIoPortDetect (VOID)
 

Detailed Description

Dectection code for hypervisor debug port.

Copyright (c) 2020, Citrix Systems, Inc. SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file DebugIoPortNocheck.c.

Function Documentation

◆ PlatformDebugLibIoPortDetect()

BOOLEAN EFIAPI PlatformDebugLibIoPortDetect ( VOID  )

Always return TRUE without detection as the debug I/O port is always present.

Return values
TRUEThe debug I/O port is always present.

Definition at line 20 of file DebugIoPortNocheck.c.