summaryrefslogtreecommitdiff
path: root/xen/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/time.h')
-rw-r--r--xen/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/time.h b/xen/time.h
index 8c8bc53e..cf28720f 100644
--- a/xen/time.h
+++ b/xen/time.h
@@ -20,6 +20,6 @@
#define XEN_TIME_H
#include <mach/mach_types.h>
-unsigned64_t hyp_get_time(void);
+uint64_t hyp_get_time(void);
#endif /* XEN_TIME_H */