source: trunk/minix/lib/timers/timers.h@ 9

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

Minix 3.1.2a

File size: 245 bytes
RevLine 
[9]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.