Files
acrn-hypervisor/hypervisor/include/arch/riscv/asm/host_pm.h
Yifan Liu 08cfb6f4fd hv: riscv: Implement arch_shutdown_host and arch_reset_host
To support shutting down or resetting host.

Tracked-On: #8841
Signed-off-by: Yifan Liu <yifan1.liu@intel.com>
Acked-by: Wang Yu1 <yu1.wang@intel.com>
2025-11-14 10:44:41 +08:00

10 lines
173 B
C

/*
* Copyright (C) 2018-2025 Intel Corporation.
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef RISCV_HOST_PM_H
#define RISCV_HOST_PM_H
#endif /* RISCV_HOST_PM_H */