mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 17:46:15 +00:00
hv: pirq: add a header for common data struct and APIs
- add a commont head file include/common/irq.h, to include the common data structure and APIs; - move the common data struct and APIs from arch/x86/irq.h to the common header. Signed-off-by: Yan, Like <like.yan@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
#include <bsp_extern.h>
|
||||
#include <schedule.h>
|
||||
#include <version.h>
|
||||
#include <irq.h>
|
||||
#include <common/irq.h>
|
||||
#include <arch/x86/irq.h>
|
||||
#include <sbuf.h>
|
||||
#include <gdt.h>
|
||||
#include <timer.h>
|
||||
|
||||
Reference in New Issue
Block a user