source:
trunk/minix/lib/timers/timers.h@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 245 bytes |
Rev | Line | |
---|---|---|
[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.