]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/xen/multicalls.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg...
[linux-2.6-omap-h63xx.git] / arch / x86 / xen / multicalls.h
index 5d96a5fa210ce4f2ac0489d31e7e7822666286c7..8bae996d99a39c2c190de046f6be91b47060aacf 100644 (file)
@@ -42,4 +42,7 @@ static inline void xen_mc_issue(unsigned mode)
        local_irq_restore(x86_read_percpu(xen_mc_irq_flags));
 }
 
+/* Set up a callback to be called when the current batch is flushed */
+void xen_mc_callback(void (*fn)(void *), void *data);
+
 #endif /* _XEN_MULTICALLS_H */