[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCHv5 1/6] plat/common: Include plat/irq.h by default
From: Wei Chen <wei.chen@xxxxxxx> This will avoid including too many irq.h headers like: uk/plat/irq.h, arm/irq.h, irq.h in one source file. Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> Signed-off-by: Wei Chen <wei.chen@xxxxxxx> Signed-off-by: Jia He <justin.he@xxxxxxx> --- plat/common/include/irq.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plat/common/include/irq.h b/plat/common/include/irq.h index edaccfe..a09685d 100644 --- a/plat/common/include/irq.h +++ b/plat/common/include/irq.h @@ -35,6 +35,8 @@ #ifndef __PLAT_CMN_IRQ_H__ #define __PLAT_CMN_IRQ_H__ +#include <uk/plat/irq.h> + #if defined(__X86_64__) #include <x86/irq.h> #elif defined(__ARM_64__) -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |