Skip to content

Commit db95231

Browse files
jsun26intelacrnsi
authored andcommitted
HV: fix MISRA violation of host_pm.h
The header need struct pm_s_state_data info which declared in acrn_common.h; Tracked-On: #1842 Signed-off-by: Victor Sun <victor.sun@intel.com>
1 parent 1aac0df commit db95231

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hypervisor/include/arch/x86/host_pm.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#ifndef HOST_PM_H
77
#define HOST_PM_H
88

9+
#include <acrn_common.h>
10+
911
#define BIT_SLP_TYPx 10U
1012
#define BIT_SLP_EN 13U
1113
#define BIT_WAK_STS 15U

0 commit comments

Comments
 (0)