summaryrefslogtreecommitdiffstats
path: root/c
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
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')
-rw-r--r--c/src/exec/score/ChangeLog4
-rw-r--r--c/src/exec/score/include/rtems/score/watchdog.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog
index e5363f3f5e..4d62166936 100644
--- a/c/src/exec/score/ChangeLog
+++ b/c/src/exec/score/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-29 Joel Sherrill <joel@OARcorp.com>
+
+ * include/rtems/score/watchdog.h: Added WATCHDOG_MAXIMUM_INTERVAL.
+
2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/system.h: Fix typo in yesterday's change:
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;
/*