2 #define _POSIX_SOURCE 1 /* tell headers to include POSIX stuff */
4 #define _MINIX 1 /* tell headers to include MINIX stuff */
5 #define _SYSTEM 1 /* tell headers that this is the kernel */
11 #include <sys/types.h>
13 #include <sys/queue.h>
19 #include <minix/config.h>
20 #include <minix/callnr.h>
21 #include <minix/type.h>
22 #include <minix/const.h>
23 #include <minix/com.h>
24 #include <minix/syslib.h>
25 #include <minix/sysutil.h>
26 #include <minix/keymap.h>
27 #include <minix/bitmap.h>
28 #include <minix/vfsif.h>
29 #include <minix/endpoint.h>
30 #include <minix/vtreefs.h>