summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/todimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-11 13:02:06 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-12 11:35:41 +0100
commit599d71f7ffdde091108b4bd516bf990ae5c3a082 (patch)
treef754c0db24e7c69626c38d4792cae03b590d8285 /cpukit/score/include/rtems/score/todimpl.h
parentscore: Simplify _Thread_Start() (diff)
downloadrtems-599d71f7ffdde091108b4bd516bf990ae5c3a082.tar.bz2
score: Statically initialize TOD handler
Diffstat (limited to 'cpukit/score/include/rtems/score/todimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/todimpl.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/score/todimpl.h b/cpukit/score/include/rtems/score/todimpl.h
index a94b140d92..b61651cdba 100644
--- a/cpukit/score/include/rtems/score/todimpl.h
+++ b/cpukit/score/include/rtems/score/todimpl.h
@@ -149,14 +149,7 @@ typedef struct {
bool is_set;
} TOD_Control;
-SCORE_EXTERN TOD_Control _TOD;
-
-/**
- * @brief Initializes the time of day handler.
- *
- * Performs the initialization necessary for the Time Of Day handler.
- */
-void _TOD_Handler_initialization(void);
+extern TOD_Control _TOD;
/**
* @brief Sets the time of day from timestamp.