aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_evtchn.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-12-03 09:36:47 +0000
committerIan Campbell <ian.campbell@citrix.com>2010-12-03 09:36:47 +0000
commit1fd1a4254d2990f976ca800f2776c1d019b3db27 (patch)
treed41ac8a6b4dd958fb649d99f6a073b867c81ec28 /tools/libxc/xc_evtchn.c
parentb491e4e05dabc4708bb21d426c38774996fc111a (diff)
downloadxen-1fd1a4254d2990f976ca800f2776c1d019b3db27.tar.gz
xen-1fd1a4254d2990f976ca800f2776c1d019b3db27.tar.bz2
xen-1fd1a4254d2990f976ca800f2776c1d019b3db27.zip
libxc: osdep: convert xc_evtchn_bind_virq()
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxc/xc_evtchn.c')
-rw-r--r--tools/libxc/xc_evtchn.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/libxc/xc_evtchn.c b/tools/libxc/xc_evtchn.c
index 25c665eaa4..fadb00cca7 100644
--- a/tools/libxc/xc_evtchn.c
+++ b/tools/libxc/xc_evtchn.c
@@ -101,6 +101,12 @@ xc_evtchn_bind_interdomain(xc_evtchn *xce, int domid,
return xce->ops->u.evtchn.bind_interdomain(xce, xce->ops_handle, domid, remote_port);
}
+evtchn_port_or_error_t
+xc_evtchn_bind_virq(xc_evtchn *xce, unsigned int virq)
+{
+ return xce->ops->u.evtchn.bind_virq(xce, xce->ops_handle, virq);
+}
+
/*
* Local variables:
* mode: C