mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-27 17:22:02 +00:00
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>
10 lines
173 B
C
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 */
|