Uninitialized vector entry?
[minix3.git] / lib / timers / timers.h
blobc9a38cd05c1ed75343eff4e73cefea84b07777e0
1 /* This library provides generic watchdog timer management functionality.
2 * See the comments in <timers.h> for details.
3 */
5 #include <timers.h> /* definitions and function prototypes */
6 #define NULL (void *) 0 /* null-pointer definition */