aboutsummaryrefslogtreecommitdiff
path: root/xen
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-07-07 21:08:12 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-07-07 21:10:36 +0200
commit340eeab9e5a99c5cdc5020395827e4756377ef6b (patch)
treee9b9768a1605c1aa458abd6ef93bdbcfa735b0b0 /xen
parent6e092540d50dc2137d5d5e886c80e4895568fba4 (diff)
downloadgnumach-340eeab9e5a99c5cdc5020395827e4756377ef6b.tar.gz
gnumach-340eeab9e5a99c5cdc5020395827e4756377ef6b.tar.bz2
gnumach-340eeab9e5a99c5cdc5020395827e4756377ef6b.zip
Fix xen build
with -Werror=incompatible-pointer-types and -Werror=implicit-function-declaration.
Diffstat (limited to 'xen')
-rw-r--r--xen/time.c1
-rw-r--r--xen/xen.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/xen/time.c b/xen/time.c
index 21791a59..656c6903 100644
--- a/xen/time.c
+++ b/xen/time.c
@@ -23,6 +23,7 @@
#include <machine/xen.h>
#include <machine/spl.h>
#include <machine/ipl.h>
+#include <i386at/rtc.h>
#include <mach/machine/eflags.h>
#include <xen/evt.h>
#include "xen.h"
diff --git a/xen/xen.h b/xen/xen.h
index 3fd4028a..30bd8dfe 100644
--- a/xen/xen.h
+++ b/xen/xen.h
@@ -24,6 +24,7 @@ void hyp_dev_init(void);
void hyp_idle(void);
void hyp_p2m_init(void);
+struct i386_interrupt_state;
void hypclock_machine_intr(int old_ipl, void *ret_addr, struct i386_interrupt_state *regs, uint64_t delta);
struct failsafe_callback_regs {