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:
Yin Fengwei 2018-06-14 21:07:26 +08:00 committed by Xie, nanlin
parent a27bfcefed
commit 443491009e
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -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>