summaryrefslogtreecommitdiffstats
path: root/sys/sys/timetc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/timetc.h')
-rw-r--r--sys/sys/timetc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/timetc.h b/sys/sys/timetc.h
index f0d70d5..bc6a472 100644
--- a/sys/sys/timetc.h
+++ b/sys/sys/timetc.h
@@ -47,7 +47,7 @@ struct timecounter {
*/
u_int tc_counter_mask;
/* This mask should mask off any unimplemented bits. */
- u_int32_t tc_frequency;
+ u_int64_t tc_frequency;
/* Frequency of the counter in Hz. */
char *tc_name;
/* Name of the timecounter. */
@@ -59,7 +59,7 @@ struct timecounter {
extern struct timecounter *timecounter;
-u_int32_t tc_getfrequency(void);
+u_int64_t tc_getfrequency(void);
void tc_init(struct timecounter *tc);
void tc_setclock(struct timespec *ts);
void tc_ticktock(void);
OpenPOWER on IntegriCloud