Initial revision
This commit is contained in:
8
lib/utils/utils.h
Normal file
8
lib/utils/utils.h
Normal file
@@ -0,0 +1,8 @@
|
||||
/* utils.h - System library utilities. */
|
||||
|
||||
#define _SYSTEM
|
||||
|
||||
#include <lib.h> /* common to all libraries */
|
||||
#include <minix/com.h> /* need task numbers + message types */
|
||||
#include <minix/syslib.h> /* need sendrec, _taskcall, etc */
|
||||
#include <minix/utils.h> /* prototypes in this library */
|
||||
Reference in New Issue
Block a user