summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 11:50:24 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:41 +0100
commitccc6695c843e8cb83df4dd8e6b1dc43c9df33216 (patch)
treef90f1077a504adc8a32a10d022d75f66fe77bea0 /cpukit/score
parentrtems: Avoid <rtems/score/timecounter.h> in API (diff)
downloadrtems-ccc6695c843e8cb83df4dd8e6b1dc43c9df33216.tar.bz2
score: Introduce <rtems/score/watchdogticks.h>
Separate the definitions related to watchdog ticks from the watchdog structures. Update #3598.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/src/watchdogtickssinceboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/watchdogtickssinceboot.c b/cpukit/score/src/watchdogtickssinceboot.c
index 668348c0d5..0857d0ef73 100644
--- a/cpukit/score/src/watchdogtickssinceboot.c
+++ b/cpukit/score/src/watchdogtickssinceboot.c
@@ -18,7 +18,7 @@
#include "config.h"
#endif
-#include <rtems/score/watchdog.h>
+#include <rtems/score/watchdogticks.h>
/*
* This is defined in a separate module to allow the new network to define it