From f1b261205a9bc1533af851e6fc41f2af6e8e1188 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 16 Jul 2008 00:14:41 +0000 Subject: 2008-07-15 Barry deFreese * kern/time_stamp.h (timestamp_init): Add prototype. * kern/startup.c: Include . --- ChangeLog | 2 ++ kern/startup.c | 1 + kern/time_stamp.h | 3 +++ 3 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f7f7dfc..8ac567b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,6 +40,8 @@ prototypes. * kern/sched_prim.h (update_priority, compute_my_priority): Add prototypes. + * kern/time_stamp.h (timestamp_init): Add prototype. + * kern/startup.c: Include . 2008-07-04 Samuel Thibault diff --git a/kern/startup.c b/kern/startup.c index e09cfdb..6595d61 100644 --- a/kern/startup.c +++ b/kern/startup.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #include #include diff --git a/kern/time_stamp.h b/kern/time_stamp.h index 480d2f1..becaae1 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_ */ -- cgit v1.2.3