mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 10:17:28 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user