hv:fix "no prototype for non-static function"

change some APIs to static or include header file

Tracked-On: #861
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
Mingqiang Chi
2019-07-08 15:02:50 +08:00
committed by ACRN System Integration
parent 4129b72b2e
commit e4d1c321ad
17 changed files with 21 additions and 5 deletions

View File

@@ -15,6 +15,7 @@
#include <assign.h>
#include <ept.h>
#include <mmu.h>
#include <hypercall.h>
#include <errno.h>
#include <logmsg.h>

View File

@@ -5,6 +5,7 @@
*/
#include <vm.h>
#include <hypercall.h>
#include <errno.h>
#include <logmsg.h>