"IRQ: u16 is too narrow for an event channel number" introduced a use of evetchn_port_t, but its typedef apparently surfaces indirectly here only on x86.
Signed-off-by: Jan Beulich <[email protected]> --- a/xen/include/xen/irq.h +++ b/xen/include/xen/irq.h @@ -8,6 +8,7 @@ #include <xen/list.h> #include <asm/regs.h> #include <asm/hardirq.h> +#include <public/event_channel.h> struct irqaction { void (*handler)(int, void *, struct cpu_user_regs *); _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
