summaryrefslogtreecommitdiff
path: root/kern/timer.h
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-23 15:29:27 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-24 22:54:26 +0100
commit8a0a0b374ce862fb784b5b56c2b9f8f4006242fd (patch)
tree8732d22f87494cb3bb110aeb3b290e4fd3dfd008 /kern/timer.h
parent8c2e432aabda338af98d3fc6dbb21156108c58ae (diff)
kern: move forward declaration into a header file
* kern/mach_clock.c (softclock): Remove forward declaration. * kern/timer.h (softclock): Add prototype.
Diffstat (limited to 'kern/timer.h')
-rw-r--r--kern/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/timer.h b/kern/timer.h
index f2154dd..f5095b5 100644
--- a/kern/timer.h
+++ b/kern/timer.h
@@ -182,4 +182,6 @@ MACRO_END
extern void init_timers(void);
+void softclock(void);
+
#endif /* _KERN_TIMER_H_ */