summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/score/ChangeLog4
-rw-r--r--c/src/exec/score/include/rtems/score/watchdog.h2
-rw-r--r--cpukit/score/ChangeLog4
-rw-r--r--cpukit/score/include/rtems/score/watchdog.h2
4 files changed, 12 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;
/*
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index e5363f3f5e..4d62166936 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/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/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h
index ad25d62126..f24c7a1a69 100644
--- a/cpukit/score/include/rtems/score/watchdog.h
+++ b/cpukit/score/include/rtems/score/watchdog.h
@@ -28,6 +28,8 @@ extern "C" {
* intervals.
*/
+#define WATCHDOG_MAXIMUM_INTERVAL ((Watchdog_Interval) 0xffffffff)
+
typedef unsigned32 Watchdog_Interval;
/*