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
commitdbb5c70a0d11b83cbc5b777ed5b5aa3684b61fef (patch)
tree2b28d368cd89ac4dd51c2d813a9e22ce18dc7cdc /tools/libxc/xc_evtchn.c
parent1fd1a4254d2990f976ca800f2776c1d019b3db27 (diff)
downloadxen-dbb5c70a0d11b83cbc5b777ed5b5aa3684b61fef.tar.gz
xen-dbb5c70a0d11b83cbc5b777ed5b5aa3684b61fef.tar.bz2
xen-dbb5c70a0d11b83cbc5b777ed5b5aa3684b61fef.zip
libxc: osdep: convert xc_evtchn_unbind()
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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/libxc/xc_evtchn.c b/tools/libxc/xc_evtchn.c
index fadb00cca7..81fc15b29a 100644
--- a/tools/libxc/xc_evtchn.c
+++ b/tools/libxc/xc_evtchn.c
@@ -107,6 +107,11 @@ xc_evtchn_bind_virq(xc_evtchn *xce, unsigned int virq)
return xce->ops->u.evtchn.bind_virq(xce, xce->ops_handle, virq);
}
+int xc_evtchn_unbind(xc_evtchn *xce, evtchn_port_t port)
+{
+ return xce->ops->u.evtchn.unbind(xce, xce->ops_handle, port);
+}
+
/*
* Local variables:
* mode: C