]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/xen/events.h
xen: save previous spinlock when blocking
[linux-2.6-omap-h63xx.git] / include / xen / events.h
index 4680ff3fbc91c569990e2c48bec8183ffe7888f3..0d5f1adc0363e9e125cb8786ca96b0917440b6b5 100644 (file)
@@ -46,6 +46,8 @@ extern void xen_irq_resume(void);
 
 /* Clear an irq's pending state, in preparation for polling on it */
 void xen_clear_irq_pending(int irq);
+void xen_set_irq_pending(int irq);
+bool xen_test_irq_pending(int irq);
 
 /* Poll waiting for an irq to become pending.  In the usual case, the
    irq will be disabled so it won't deliver an interrupt. */