OpenCore
1.0.4
OpenCore Bootloader
|
#include <Base.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/IoLib.h>
#include <Library/OcDirectResetLib.h>
Go to the source code of this file.
Functions | |
VOID | DirectResetCold (VOID) |
Reset System Library functions for OVMF
Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DirectReset.c.
VOID DirectResetCold | ( | VOID | ) |
Perform cold reboot directly bypassing UEFI services. Does not return. Supposed to work in any modern physical or virtual environment.
Definition at line 16 of file DirectReset.c.