1 /* This is the master header for PM. It includes some other files
2 * and defines the principal constants.
4 #define _SYSTEM 1 /* tell headers that this is the kernel */
6 /* The following are so basic, all the *.c files get them automatically. */
7 #include <minix/config.h> /* MUST be first */
9 #include <minix/const.h>
10 #include <minix/type.h>
15 #include <minix/syslib.h>
16 #include <minix/sysutil.h>
17 #include <minix/timers.h>
18 #include <minix/param.h>
22 #include <sys/param.h>