TianoCore EDK2 master
|
Go to the source code of this file.
Macros | |
#define | BOCHS_DEBUG_PORT_MAGIC 0xE9 |
Functions | |
BOOLEAN EFIAPI | PlatformDebugLibIoPortDetect (VOID) |
Detection code for QEMU debug port.
Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
Copyright (c) 2012, Red Hat, Inc.
Copyright (c) 2020, Citrix Systems, Inc. SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DebugIoPortQemu.c.
#define BOCHS_DEBUG_PORT_MAGIC 0xE9 |
Definition at line 18 of file DebugIoPortQemu.c.
BOOLEAN EFIAPI PlatformDebugLibIoPortDetect | ( | VOID | ) |
Return the result of detecting the debug I/O port device.
TRUE | if the debug I/O port device was detected. |
FALSE | otherwise |
Definition at line 29 of file DebugIoPortQemu.c.