minix/lib/timers/timers.h
2005-04-21 14:53:53 +00:00

8 lines
245 B
C

/* This library provides generic watchdog timer management functionality.
* See the comments in <timers.h> for details.
*/
#include <timers.h> /* definitions and function prototypes */
#define NULL (void *) 0 /* null-pointer definition */