summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/score/watchdog.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-29 18:18:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-29 18:18:26 +0000
commita94c2fbba44891cbfbef0baa6c66b6bd604bd550 (patch)
tree64f3b304d94d11ed42a4153448d78dd3c852db15 /c/src/exec/score/include/rtems/score/watchdog.h
parent2001-01-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a94c2fbba44891cbfbef0baa6c66b6bd604bd550.tar.bz2
2002-01-29 Joel Sherrill <joel@OARcorp.com>
* include/rtems/score/watchdog.h: Added WATCHDOG_MAXIMUM_INTERVAL.
Diffstat (limited to 'c/src/exec/score/include/rtems/score/watchdog.h')
-rw-r--r--c/src/exec/score/include/rtems/score/watchdog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/score/include/rtems/score/watchdog.h b/c/src/exec/score/include/rtems/score/watchdog.h
index ad25d62126..f24c7a1a69 100644
--- a/c/src/exec/score/include/rtems/score/watchdog.h
+++ b/c/src/exec/score/include/rtems/score/watchdog.h
@@ -28,6 +28,8 @@ extern "C" {
* intervals.
*/
+#define WATCHDOG_MAXIMUM_INTERVAL ((Watchdog_Interval) 0xffffffff)
+
typedef unsigned32 Watchdog_Interval;
/*