mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 20:22:46 +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
|
||||
#define HOST_PM_H
|
||||
|
||||
#include <acrn_common.h>
|
||||
|
||||
#define BIT_SLP_TYPx 10U
|
||||
#define BIT_SLP_EN 13U
|
||||
#define BIT_WAK_STS 15U
|
||||
|
Loading…
Reference in New Issue
Block a user