summaryrefslogtreecommitdiff
path: root/xen/xen.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/xen.h')
-rw-r--r--xen/xen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/xen.h b/xen/xen.h
index f0a3abb9..cbb793e2 100644
--- a/xen/xen.h
+++ b/xen/xen.h
@@ -24,4 +24,6 @@ void hyp_dev_init(void);
void hyp_idle(void);
void hyp_p2m_init(void);
+void hypclock_machine_intr(int old_ipl, void *ret_addr, struct i386_interrupt_state *regs, uint64_t delta);
+
#endif /* XEN_XEN_H */