mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 00:38:28 +00:00
HV: cleanup header files under hypervisor/dm
it removes hypervisor.h and just includes needed header files. Tracked-On: #1842 Signed-off-by: Minggui Cao <minggui.cao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -29,8 +29,12 @@
|
||||
|
||||
/* Passthrough PCI device related operations */
|
||||
|
||||
#include <hypervisor.h>
|
||||
#include <vm.h>
|
||||
#include <errno.h>
|
||||
#include <vtd.h>
|
||||
#include <ept.h>
|
||||
#include <mmu.h>
|
||||
#include <logmsg.h>
|
||||
#include "pci_priv.h"
|
||||
|
||||
static inline uint32_t pci_bar_base(uint32_t bar)
|
||||
|
Reference in New Issue
Block a user