make vfs & filesystems use failable copying
[minix3.git] / lib / libtimers / timers.h
blob794c0124d89e42ef31eb35080bb0791d5072d67c
1 /* This library provides generic watchdog timer management functionality.
2 * See the comments in <minix/timers.h> for details.
3 */
5 #include <minix/timers.h> /* definitions and function prototypes */
6 #include <sys/null.h>