hv:remove common header files

remove hypervisor.h/hv_debug.h/hv_arch.h

Tracked-On: #1842
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>

deleted:    include/arch/x86/hv_arch.h
deleted:    include/hv_debug.h
deleted:    include/hypervisor.h
This commit is contained in:
Mingqiang Chi
2019-04-29 17:13:23 +08:00
committed by wenlingz
parent b1f61669fc
commit b68aee6ef1
12 changed files with 35 additions and 118 deletions

View File

@@ -28,10 +28,12 @@
*
* $FreeBSD$
*/
#include <hypervisor.h>
#include <uart16550.h>
#include <types.h>
#include <spinlock.h>
#include <io.h>
#include <pci.h>
#include <uart16550.h>
#include <logmsg.h>
static spinlock_t pci_device_lock;
static uint32_t num_pci_pdev;