TianoCore EDK2 master
|
#include <Base.h>
#include <IndustryStandard/Bhyve.h>
#include <Library/BaseLib.h>
#include <Library/IoLib.h>
#include <Library/ResetSystemLib.h>
Go to the source code of this file.
Functions | |
VOID EFIAPI | ResetShutdown (VOID) |
Base Reset System Library Shutdown API implementation for bhyve.
Copyright (C) 2020, Rebecca Cran rebec.nosp@m.ca@b.nosp@m.sdio..nosp@m.com Copyright (C) 2020, Red Hat, Inc. Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file BaseResetShutdownBhyve.c.
VOID EFIAPI ResetShutdown | ( | VOID | ) |
Calling this function causes the system to enter a power state equivalent to the ACPI G2/S5 or G3 states.
System shutdown should not return, if it returns, it means the system does not support shut down reset.
Definition at line 27 of file BaseResetShutdownBhyve.c.