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
commit1fd1a4254d2990f976ca800f2776c1d019b3db27 (patch)
treed41ac8a6b4dd958fb649d99f6a073b867c81ec28 /tools/libxc/xenctrlosdep.h
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/xenctrlosdep.h')
-rw-r--r--tools/libxc/xenctrlosdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxc/xenctrlosdep.h b/tools/libxc/xenctrlosdep.h
index 83c79fdceb..1869ba2737 100644
--- a/tools/libxc/xenctrlosdep.h
+++ b/tools/libxc/xenctrlosdep.h
@@ -82,6 +82,7 @@ struct xc_osdep_ops
evtchn_port_or_error_t (*bind_unbound_port)(xc_evtchn *xce, xc_osdep_handle h, int domid);
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);
} evtchn;
} u;
};