mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-09 12:08:30 +00:00
Revert "hv: rename the pm.h to guest_pm.h"
This reverts commit 6caa346888
.
This commit is contained in:
parent
3fcd59d3c4
commit
99c300eaee
@ -4,8 +4,8 @@
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef GUEST_PM_H
|
||||
#define GUEST_PM_H
|
||||
#ifndef PM_H
|
||||
#define PM_H
|
||||
|
||||
void vm_setup_cpu_state(struct vm *vm);
|
||||
int vm_load_pm_s_state(struct vm *vm);
|
@ -18,7 +18,7 @@
|
||||
#include <mtrr.h>
|
||||
#include <vcpu.h>
|
||||
#include <trusty.h>
|
||||
#include <guest_pm.h>
|
||||
#include <pm.h>
|
||||
#include <vm.h>
|
||||
#include <cpuid.h>
|
||||
#include <mmu.h>
|
||||
|
Loading…
Reference in New Issue
Block a user