Revert "hv: rename the pm.h to guest_pm.h"

This reverts commit 6caa346888.
This commit is contained in:
lijinxia 2018-06-27 14:20:27 +08:00
parent 3fcd59d3c4
commit 99c300eaee
2 changed files with 3 additions and 3 deletions

View File

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

View File

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