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-04-27 13:38:21 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-27 13:38:21 +0100
commit1c230079f3c337b97defdc50ca6058ccc3daca36 (patch)
treedc85843080f140738b8ff26eea4388a6d14b81a5 /xen/include/public/event_channel.h
parent44d7cc5f5d76daf7a9c7b956e474dff411954980 (diff)
downloadxen-1c230079f3c337b97defdc50ca6058ccc3daca36.tar.gz
xen-1c230079f3c337b97defdc50ca6058ccc3daca36.tar.bz2
xen-1c230079f3c337b97defdc50ca6058ccc3daca36.zip
Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Diffstat (limited to 'xen/include/public/event_channel.h')
-rw-r--r--xen/include/public/event_channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/include/public/event_channel.h b/xen/include/public/event_channel.h
index f1e067b4a3..d79a4bc861 100644
--- a/xen/include/public/event_channel.h
+++ b/xen/include/public/event_channel.h
@@ -10,7 +10,7 @@
#define __XEN_PUBLIC_EVENT_CHANNEL_H__
typedef uint32_t evtchn_port_t;
-DEFINE_GUEST_HANDLE(evtchn_port_t);
+DEFINE_XEN_GUEST_HANDLE(evtchn_port_t);
/*
* EVTCHNOP_alloc_unbound: Allocate a port in domain <dom> and mark as
@@ -196,7 +196,7 @@ typedef struct evtchn_op {
evtchn_unmask_t unmask;
} u;
} evtchn_op_t;
-DEFINE_GUEST_HANDLE(evtchn_op_t);
+DEFINE_XEN_GUEST_HANDLE(evtchn_op_t);
#endif /* __XEN_PUBLIC_EVENT_CHANNEL_H__ */