mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-02 00:08:43 +00:00
hv: rename the pm.h to guest_pm.h
We will add host_pm.h for ACRN power manager header file. Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
a27bfcefed
commit
443491009e
@ -4,8 +4,8 @@
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef PM_H
|
||||
#define PM_H
|
||||
#ifndef GUEST_PM_H
|
||||
#define GUEST_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 <pm.h>
|
||||
#include <guest_pm.h>
|
||||
#include <vm.h>
|
||||
#include <cpuid.h>
|
||||
#include <mmu.h>
|
||||
|
Loading…
Reference in New Issue
Block a user