2005-04-21 16:53:53 +02:00
|
|
|
/* This library provides generic watchdog timer management functionality.
|
|
|
|
* See the comments in <timers.h> for details.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <timers.h> /* definitions and function prototypes */
|
2010-07-22 12:03:31 +02:00
|
|
|
#include <sys/null.h>
|