aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2009-02-09 12:05:50 -0800
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-02-28 09:39:37 -0500
commit2e820f58f7ad8eaca2f194ccdfea0de63e9c6d78 (patch)
treed91acfeb40e6cd420be57877170c5abaf5b958d4 /include/xen
parentLinux 2.6.38-rc2 (diff)
downloadlinux-dev-2e820f58f7ad8eaca2f194ccdfea0de63e9c6d78.tar.xz
linux-dev-2e820f58f7ad8eaca2f194ccdfea0de63e9c6d78.zip
xen/irq: implement bind_interdomain_evtchn_to_irqhandler for backend drivers
Impact: new Xen-internal API Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'include/xen')
-rw-r--r--include/xen/events.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/xen/events.h b/include/xen/events.h
index 00f53ddcc062..bd03b1e4a2f4 100644
--- a/include/xen/events.h
+++ b/include/xen/events.h
@@ -23,6 +23,12 @@ int bind_ipi_to_irqhandler(enum ipi_vector ipi,
unsigned long irqflags,
const char *devname,
void *dev_id);
+int bind_interdomain_evtchn_to_irqhandler(unsigned int remote_domain,
+ unsigned int remote_port,
+ irq_handler_t handler,
+ unsigned long irqflags,
+ const char *devname,
+ void *dev_id);
/*
* Common unbind function for all event sources. Takes IRQ to unbind from.