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:
Victor Sun 2019-05-14 11:05:19 +08:00 committed by ACRN System Integration
parent 1aac0dffaf
commit db952315c5
1 changed files with 2 additions and 0 deletions

View File

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