diff options
Diffstat (limited to 'include/xen/events.h')
| -rw-r--r-- | include/xen/events.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xen/events.h b/include/xen/events.h index 4680ff3fbc91..0d5f1adc0363 100644 --- a/include/xen/events.h +++ b/include/xen/events.h | |||
| @@ -46,6 +46,8 @@ extern void xen_irq_resume(void); | |||
| 46 | 46 | ||
| 47 | /* Clear an irq's pending state, in preparation for polling on it */ | 47 | /* Clear an irq's pending state, in preparation for polling on it */ |
| 48 | void xen_clear_irq_pending(int irq); | 48 | void xen_clear_irq_pending(int irq); |
| 49 | void xen_set_irq_pending(int irq); | ||
| 50 | bool xen_test_irq_pending(int irq); | ||
| 49 | 51 | ||
| 50 | /* Poll waiting for an irq to become pending. In the usual case, the | 52 | /* Poll waiting for an irq to become pending. In the usual case, the |
| 51 | irq will be disabled so it won't deliver an interrupt. */ | 53 | irq will be disabled so it won't deliver an interrupt. */ |
