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/include/rtems/score/watchdog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/include/rtems/score/watchdog.h') 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