diff options
Diffstat (limited to 'kern/time_stamp.h')
-rw-r--r-- | kern/time_stamp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/time_stamp.h b/kern/time_stamp.h index 480d2f1d..becaae1b 100644 --- a/kern/time_stamp.h +++ b/kern/time_stamp.h @@ -62,4 +62,7 @@ unsigned ts_tick_count; #define TS_FORMAT_DEFAULT 1 #define TS_FORMAT_MMAX 2 + +extern void timestamp_init(void); + #endif /* _KERN_TIME_STAMP_H_ */ |