minix/lib/libtimers/timers.h

8 lines
245 B
C
Raw Normal View History

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 */
#define NULL (void *) 0 /* null-pointer definition */