64-bit VFS_LSEEK_OFF
[minix3.git] / servers / pm / pm.h
blob148410ccff514dc17662cd227c73978778b7dc2c
1 /* This is the master header for PM. 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>
10 #include <minix/type.h>
12 #include <fcntl.h>
13 #include <unistd.h>
14 #include <string.h>
15 #include <minix/syslib.h>
16 #include <minix/sysutil.h>
17 #include <minix/timers.h>
18 #include <minix/param.h>
20 #include <limits.h>
21 #include <errno.h>
22 #include <sys/param.h>
24 #include "const.h"
25 #include "type.h"
26 #include "proto.h"
27 #include "glo.h"