diff options
Diffstat (limited to 'include/xen/events.h')
-rw-r--r-- | include/xen/events.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xen/events.h b/include/xen/events.h index 9aecc0b5a0e6..932e54051d3e 100644 --- a/include/xen/events.h +++ b/include/xen/events.h | |||
@@ -95,4 +95,7 @@ int xen_destroy_irq(int irq); | |||
95 | /* Return irq from pirq */ | 95 | /* Return irq from pirq */ |
96 | int xen_irq_from_pirq(unsigned pirq); | 96 | int xen_irq_from_pirq(unsigned pirq); |
97 | 97 | ||
98 | /* Determine whether to ignore this IRQ if it is passed to a guest. */ | ||
99 | int xen_test_irq_shared(int irq); | ||
100 | |||
98 | #endif /* _XEN_EVENTS_H */ | 101 | #endif /* _XEN_EVENTS_H */ |