events.h (bd0d10498826ed150da5e4c45baf8b9c7088fb71) events.h (f1c6872e4980bc4078cfaead05f892b3d78dea64)
1#ifndef _XEN_EVENTS_H
2#define _XEN_EVENTS_H
3
4#include <linux/interrupt.h>
5
6#include <xen/interface/event_channel.h>
7#include <asm/xen/hypercall.h>
8#include <asm/xen/events.h>

--- 95 unchanged lines hidden (view full) ---

104int xen_pirq_from_irq(unsigned irq);
105
106/* Return the irq allocated to the gsi */
107int xen_irq_from_gsi(unsigned gsi);
108
109/* Determine whether to ignore this IRQ if it is passed to a guest. */
110int xen_test_irq_shared(int irq);
111
1#ifndef _XEN_EVENTS_H
2#define _XEN_EVENTS_H
3
4#include <linux/interrupt.h>
5
6#include <xen/interface/event_channel.h>
7#include <asm/xen/hypercall.h>
8#include <asm/xen/events.h>

--- 95 unchanged lines hidden (view full) ---

104int xen_pirq_from_irq(unsigned irq);
105
106/* Return the irq allocated to the gsi */
107int xen_irq_from_gsi(unsigned gsi);
108
109/* Determine whether to ignore this IRQ if it is passed to a guest. */
110int xen_test_irq_shared(int irq);
111
112/* initialize Xen IRQ subsystem */
113void xen_init_IRQ(void);
112#endif /* _XEN_EVENTS_H */
114#endif /* _XEN_EVENTS_H */