summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/time.h')
-rw-r--r--usr/src/uts/common/sys/time.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/time.h b/usr/src/uts/common/sys/time.h
index 860ec10383..fcb9a290fe 100644
--- a/usr/src/uts/common/sys/time.h
+++ b/usr/src/uts/common/sys/time.h
@@ -359,6 +359,9 @@ extern void timevalsub(struct timeval *, struct timeval *);
extern void timevalfix(struct timeval *);
extern void dtrace_hres_tick(void);
+extern clock_t ddi_get_lbolt(void);
+extern int64_t ddi_get_lbolt64(void);
+
#if defined(_SYSCALL32)
extern void hrt2ts32(hrtime_t, timestruc32_t *);
#endif