tools/llvm: Do not build with symbols
[minix3.git] / minix / servers / sched / sched.h
blobc1bd76d1f15a82e25557a5ecd80cc0f75f43248d
1 /* This is the master header for the Scheduler. It includes some other files
2 * and defines the principal constants.
3 */
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 */
8 #include <sys/types.h>
9 #include <minix/const.h>
11 #include <minix/syslib.h>
12 #include <minix/sysutil.h>
13 #include <minix/timers.h>
15 #include <errno.h>
17 #include "proto.h"
19 extern struct machine machine; /* machine info */