aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenctrlosdep.h
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/xenctrlosdep.h
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/xenctrlosdep.h')
-rw-r--r--tools/libxc/xenctrlosdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/libxc/xenctrlosdep.h b/tools/libxc/xenctrlosdep.h
index 1869ba2737..9091d0be8f 100644
--- a/tools/libxc/xenctrlosdep.h
+++ b/tools/libxc/xenctrlosdep.h
@@ -83,6 +83,8 @@ struct xc_osdep_ops
evtchn_port_or_error_t (*bind_interdomain)(xc_evtchn *xce, xc_osdep_handle h, int domid,
evtchn_port_t remote_port);
evtchn_port_or_error_t (*bind_virq)(xc_evtchn *xce, xc_osdep_handle h, unsigned int virq);
+
+ int (*unbind)(xc_evtchn *xce, xc_osdep_handle h, evtchn_port_t port);
} evtchn;
} u;
};