summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/watchdog.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-08 07:40:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-08 07:40:22 +0200
commit9baffdf7e462676de6cb68e4ec364d0a19471964 (patch)
tree68bf0ff1c13b00d6f5c10bad2ff7b29878c1c723 /cpukit/score/include/rtems/score/watchdog.h
parentlm32 BSPs: Add lm32_evr variant for running on gdb. (diff)
downloadrtems-9baffdf7e462676de6cb68e4ec364d0a19471964.tar.bz2
score: Move _Watchdog_Ticks_since_boot definition
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/watchdog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h
index 06c87a138f..ff6c8233a7 100644
--- a/cpukit/score/include/rtems/score/watchdog.h
+++ b/cpukit/score/include/rtems/score/watchdog.h
@@ -129,7 +129,7 @@ typedef struct {
*
* With a 1ms watchdog tick, this counter overflows after 50 days since boot.
*/
-SCORE_EXTERN volatile Watchdog_Interval _Watchdog_Ticks_since_boot;
+extern volatile Watchdog_Interval _Watchdog_Ticks_since_boot;
/**@}*/