summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/tod.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-04 13:54:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-04 13:54:10 +0000
commitfc054cabb5bed1dfd99a3fa96297ba3293dd9f1d (patch)
tree2f8a54da1dedcc1f47081589b0773a1b7a0c7350 /cpukit/score/include/rtems/score/tod.h
parent2007-04-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-fc054cabb5bed1dfd99a3fa96297ba3293dd9f1d.tar.bz2
2007-04-04 Joel Sherrill <joel@OARcorp.com>
* score/Makefile.am, score/include/rtems/score/tod.h, score/inline/rtems/score/tod.inl: Make _TOD_Tickle_ticks a real non-inlined routine. It should only be used once so there is little advantage to inlining it. * score/src/coretodtickle.c: New file.
Diffstat (limited to 'cpukit/score/include/rtems/score/tod.h')
-rw-r--r--cpukit/score/include/rtems/score/tod.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/tod.h b/cpukit/score/include/rtems/score/tod.h
index 8adbebd99e..c07a48a3e5 100644
--- a/cpukit/score/include/rtems/score/tod.h
+++ b/cpukit/score/include/rtems/score/tod.h
@@ -184,6 +184,12 @@ void _TOD_Get_uptime(
struct timespec *time
);
+/**
+ * This routine increments the ticks field of the current time of
+ * day at each clock tick.
+ */
+void _TOD_Tickle_ticks( void );
+
/** @brief TOD_MILLISECONDS_TO_MICROSECONDS
*
* This routine converts an interval expressed in milliseconds to microseconds.