aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/event_channel.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-07 18:40:42 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-07 18:40:42 +0100
commit97bdaa5bdfc8bd417c69ef8244ca31de174d67e7 (patch)
tree0014dda63b9546722b697809d50aafa165f808e9 /xen/include/public/event_channel.h
parent15c0d5d00a502a4f68a3cbc3eb0e6ae812e0e137 (diff)
downloadxen-97bdaa5bdfc8bd417c69ef8244ca31de174d67e7.tar.gz
xen-97bdaa5bdfc8bd417c69ef8244ca31de174d67e7.tar.bz2
xen-97bdaa5bdfc8bd417c69ef8244ca31de174d67e7.zip
Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/public/event_channel.h')
-rw-r--r--xen/include/public/event_channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/public/event_channel.h b/xen/include/public/event_channel.h
index 03d2039cd3..a1c6235c62 100644
--- a/xen/include/public/event_channel.h
+++ b/xen/include/public/event_channel.h
@@ -189,6 +189,7 @@ typedef struct evtchn_op {
evtchn_unmask_t unmask;
} u;
} evtchn_op_t;
+DEFINE_GUEST_HANDLE(evtchn_op_t);
#endif /* __XEN_PUBLIC_EVENT_CHANNEL_H__ */