source: tags/syscall-add-simple-foo/minix/lib/sysutil/sysutil.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: 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.