mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 04:33:55 +00:00
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>
This commit is contained in:
parent
1aac0dffaf
commit
db952315c5
@ -6,6 +6,8 @@
|
|||||||
#ifndef HOST_PM_H
|
#ifndef HOST_PM_H
|
||||||
#define HOST_PM_H
|
#define HOST_PM_H
|
||||||
|
|
||||||
|
#include <acrn_common.h>
|
||||||
|
|
||||||
#define BIT_SLP_TYPx 10U
|
#define BIT_SLP_TYPx 10U
|
||||||
#define BIT_SLP_EN 13U
|
#define BIT_SLP_EN 13U
|
||||||
#define BIT_WAK_STS 15U
|
#define BIT_WAK_STS 15U
|
||||||
|
Loading…
Reference in New Issue
Block a user