Skip to content

Commit 4434910

Browse files
fyin1NanlinXie
authored andcommitted
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>
1 parent a27bfce commit 4434910

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hypervisor/include/arch/x86/guest/pm.h renamed to hypervisor/include/arch/x86/guest/guest_pm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

7-
#ifndef PM_H
8-
#define PM_H
7+
#ifndef GUEST_PM_H
8+
#define GUEST_PM_H
99

1010
void vm_setup_cpu_state(struct vm *vm);
1111
int vm_load_pm_s_state(struct vm *vm);

hypervisor/include/arch/x86/hv_arch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <mtrr.h>
1919
#include <vcpu.h>
2020
#include <trusty.h>
21-
#include <pm.h>
21+
#include <guest_pm.h>
2222
#include <vm.h>
2323
#include <cpuid.h>
2424
#include <mmu.h>

0 commit comments

Comments
 (0)