summaryrefslogtreecommitdiff
path: root/xen/evt.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/evt.h')
-rw-r--r--xen/evt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/evt.h b/xen/evt.h
index e4dbad1b..a73733e0 100644
--- a/xen/evt.h
+++ b/xen/evt.h
@@ -23,7 +23,7 @@
void hyp_intrinit(void);
void form_int_mask(void);
-void hyp_evt_handler(evtchn_port_t port, void (*handler)(), int unit, spl_t spl);
+void hyp_evt_handler(evtchn_port_t port, interrupt_handler_fn handler, int unit, spl_t spl);
void hyp_c_callback(void *ret_addr, void *regs);
#endif /* XEN_EVT_H */