summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/watchdogimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-08-22 16:39:47 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-08-25 08:57:36 +0200
commitf553c6ebbe4c61b239da07e6b7d70afa3b10828e (patch)
treecb9f29e134ea35dc017d3fcf431efa8a5d6ae84f /cpukit/score/include/rtems/score/watchdogimpl.h
parentscore: Add missing define to cache manager (diff)
downloadrtems-f553c6ebbe4c61b239da07e6b7d70afa3b10828e.tar.bz2
rtems: Inline rtems_clock_get_ticks_since_boot()
Update documentation.
Diffstat (limited to 'cpukit/score/include/rtems/score/watchdogimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/watchdogimpl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/score/watchdogimpl.h b/cpukit/score/include/rtems/score/watchdogimpl.h
index 72b6b3b568..d50e279b40 100644
--- a/cpukit/score/include/rtems/score/watchdogimpl.h
+++ b/cpukit/score/include/rtems/score/watchdogimpl.h
@@ -85,14 +85,6 @@ SCORE_EXTERN volatile uint32_t _Watchdog_Sync_level;
SCORE_EXTERN volatile uint32_t _Watchdog_Sync_count;
/**
- * @brief The number of ticks since the system was booted.
- *
- * This contains the number of ticks since the system was booted.
- */
-
-SCORE_EXTERN volatile Watchdog_Interval _Watchdog_Ticks_since_boot;
-
-/**
* @brief Watchdog chain which is managed at ticks.
*
* This is the watchdog chain which is managed at ticks.