hv:merge two header files to one with the same name

merge include/arch/x86/irq.h and include/common/irq.h
-->   include/arch/x86/irq.h

Tracked-On: #1842
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
Mingqiang Chi
2019-02-15 14:54:05 +08:00
committed by wenlingz
parent 04c30fb380
commit c093638bf6
4 changed files with 69 additions and 84 deletions

View File

@@ -9,8 +9,7 @@
#include <hypervisor.h>
#include <schedule.h>
#include <common/irq.h>
#include <arch/x86/irq.h>
#include <irq.h>
#include <sbuf.h>
#include <gdt.h>
#include <timer.h>