source: trunk/minix/lib/sysutil/sysutil.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: 295 bytes
Line 
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.