summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/watchdogticks.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/watchdogticks.h')
-rw-r--r--cpukit/include/rtems/score/watchdogticks.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/include/rtems/score/watchdogticks.h b/cpukit/include/rtems/score/watchdogticks.h
index e7cf3f3ea3..226de39c24 100644
--- a/cpukit/include/rtems/score/watchdogticks.h
+++ b/cpukit/include/rtems/score/watchdogticks.h
@@ -50,6 +50,14 @@ typedef uint32_t Watchdog_Interval;
extern volatile Watchdog_Interval _Watchdog_Ticks_since_boot;
/**
+ * @brief The watchdog microseconds per tick.
+ *
+ * This constant is defined by the application configuration via
+ * <rtems/confdefs.h>.
+ */
+extern const uint32_t _Watchdog_Microseconds_per_tick;
+
+/**
* @brief The watchdog nanoseconds per tick.
*
* This constant is defined by the application configuration via