aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-ia64/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-ia64/event.h')
-rw-r--r--xen/include/asm-ia64/event.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/xen/include/asm-ia64/event.h b/xen/include/asm-ia64/event.h
new file mode 100644
index 0000000000..e7b5cda8b1
--- /dev/null
+++ b/xen/include/asm-ia64/event.h
@@ -0,0 +1,16 @@
+/******************************************************************************
+ * event.h
+ *
+ * A nice interface for passing asynchronous events to guest OSes.
+ * (architecture-dependent part)
+ *
+ */
+
+#ifndef __ASM_EVENT_H__
+#define __ASM_EVENT_H__
+
+static inline void evtchn_notify(struct vcpu *v)
+{
+}
+
+#endif