source: tags/syscall-add-simple-foo/minix/lib/timers/timers.h@ 15

Last change on this file since 15 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 245 bytes
Line 
1/* This library provides generic watchdog timer management functionality.
2 * See the comments in <timers.h> for details.
3 */
4
5#include <timers.h> /* definitions and function prototypes */
6#define NULL (void *) 0 /* null-pointer definition */
7
Note: See TracBrowser for help on using the repository browser.