Files
acrn-hypervisor/hypervisor/include/arch/x86/host_pm.h
lijinxia a3b65ad0db Revert "hv: add enter_s3"
This reverts commit 52c17408be.
2018-06-27 14:20:24 +08:00

13 lines
263 B
C

/*
* Copyright (C) <2018> Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef HOST_PM_H
extern void __enter_s3(struct vm *vm, uint32_t pm1a_cnt_val,
uint32_t pm1b_cnt_val);
extern void restore_s3_context(void);
#endif /* ARCH_X86_PM_H */