|
OpenCore
1.0.5
OpenCore Bootloader
|
#include <Uefi.h>#include <Library/BaseLib.h>#include <Library/UefiBootServicesTableLib.h>Go to the source code of this file.
Functions | |
| VOID | OcConsoleFlush (VOID) |
Misc console utils.
Copyright (c) 2021, Mike Beaton. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
Definition in file ConsoleUtils.c.
| VOID OcConsoleFlush | ( | VOID | ) |
Performs ConIn keyboard input flush.
Definition at line 13 of file ConsoleUtils.c.