4 /* This is the master header for fs. It includes some other files
5 * and defines the principal constants.
7 #define _SYSTEM 1 /* tell headers that this is the kernel */
9 /* The following are so basic, all the *.c files get them automatically. */
10 #include <minix/config.h> /* MUST be first */
12 #include <sys/types.h>
14 #include <machine/vmparam.h>
16 #include <minix/const.h>
17 #include <minix/type.h>
18 #include <minix/dmap.h>
26 #include <minix/syslib.h>
27 #include <minix/sysutil.h>
28 #include <minix/timers.h>