aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/events.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-17 09:16:51 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-17 09:16:51 +0000
commit5d3a4a385800111da6ea0b6e607685c0c42a37fa (patch)
treefd249b5a18cb1400c23f59166ceeb04272ee660a /extras/mini-os/include/events.h
parent7d58e874105e17c7cd15c1734e66dd8ccb14d996 (diff)
downloadxen-5d3a4a385800111da6ea0b6e607685c0c42a37fa.tar.gz
xen-5d3a4a385800111da6ea0b6e607685c0c42a37fa.tar.bz2
xen-5d3a4a385800111da6ea0b6e607685c0c42a37fa.zip
[MINIOS] Event channel hypercall update for 64-bit guests.
Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk>
Diffstat (limited to 'extras/mini-os/include/events.h')
-rw-r--r--extras/mini-os/include/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mini-os/include/events.h b/extras/mini-os/include/events.h
index 9adaf29711..45b47c1549 100644
--- a/extras/mini-os/include/events.h
+++ b/extras/mini-os/include/events.h
@@ -20,7 +20,7 @@
#define _EVENTS_H_
#include<traps.h>
-#include <xen/event_channel.h>
+#include<xen/event_channel.h>
typedef void (*evtchn_handler_t)(evtchn_port_t, struct pt_regs *, void *);