From a94c2fbba44891cbfbef0baa6c66b6bd604bd550 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 29 Jan 2002 18:18:26 +0000 Subject: 2002-01-29 Joel Sherrill * include/rtems/score/watchdog.h: Added WATCHDOG_MAXIMUM_INTERVAL. --- cpukit/score/ChangeLog | 4 ++++ cpukit/score/include/rtems/score/watchdog.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'cpukit') 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 + + * include/rtems/score/watchdog.h: Added WATCHDOG_MAXIMUM_INTERVAL. + 2002-01-19 Ralf Corsepius * 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; /* -- cgit v1.2.3