mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 01:07:57 +00:00
hv:cleanup header file for vcpu.c & vcpu.h
For vcpu.c and vcpu.h,only include some necessary header files, doesn't include hypervisor.h Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -50,6 +50,8 @@
|
||||
|
||||
#ifndef ASSEMBLER
|
||||
|
||||
#include <types.h>
|
||||
#include <acrn_common.h>
|
||||
#include <guest_memory.h>
|
||||
#include <virtual_cr.h>
|
||||
#include <vlapic.h>
|
||||
|
@@ -8,6 +8,7 @@
|
||||
#define TIMER_H
|
||||
|
||||
#include <list.h>
|
||||
#include <rtl.h>
|
||||
|
||||
/**
|
||||
* @brief Timer
|
||||
|
@@ -6,6 +6,7 @@
|
||||
|
||||
#ifndef SCHEDULE_H
|
||||
#define SCHEDULE_H
|
||||
#include <spinlock.h>
|
||||
|
||||
#define NEED_RESCHEDULE (1U)
|
||||
#define NEED_OFFLINE (2U)
|
||||
|
Reference in New Issue
Block a user