2002-01-29 Joel Sherrill <joel@OARcorp.com>

* include/rtems/score/watchdog.h: Added WATCHDOG_MAXIMUM_INTERVAL.
This commit is contained in:
Joel Sherrill
2002-01-29 18:18:26 +00:00
parent 422289e544
commit a94c2fbba4
4 changed files with 12 additions and 0 deletions

View File

@@ -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:

View File

@@ -28,6 +28,8 @@ extern "C" {
* intervals.
*/
#define WATCHDOG_MAXIMUM_INTERVAL ((Watchdog_Interval) 0xffffffff)
typedef unsigned32 Watchdog_Interval;
/*