minix3/lib/libtimers/timers.h

7 lines
223 B
C
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
/* This library provides generic watchdog timer management functionality.
* See the comments in <minix/timers.h> for details.
*/
#include <minix/timers.h> /* definitions and function prototypes */
#include <sys/null.h>