mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 16:57:20 +00:00
hv/mod_irq: move guest interrupt API out of x86/irq.h
A new x86/guest/virq.h head file now contains all guest related interrupt handling API. Tracked-On: #5825 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <lapic.h>
|
||||
#include <vm.h>
|
||||
#include <vm_reset.h>
|
||||
#include <virq.h>
|
||||
#include <bits.h>
|
||||
#include <e820.h>
|
||||
#include <multiboot.h>
|
||||
|
Reference in New Issue
Block a user