source:
trunk/minix/lib/sysutil/sysutil.h@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 295 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | /* sysutil.h - System library utilities. */ |
2 | ||
3 | #define _SYSTEM | |
4 | ||
5 | #include <lib.h> /* common to all libraries */ | |
6 | #include <minix/com.h> /* need task numbers + message types */ | |
7 | #include <minix/syslib.h> /* need sendrec, _taskcall, etc */ | |
8 | #include <minix/sysutil.h> /* prototypes in this library */ |
Note:
See TracBrowser
for help on using the repository browser.