xref: /minix/minix/fs/procfs/inc.h (revision e3b78ef1)
1 #ifndef _PROCFS_INC_H
2 #define _PROCFS_INC_H
3 
4 #include <minix/drivers.h>
5 #include <minix/sysinfo.h>
6 #include <minix/vtreefs.h>
7 #include <minix/procfs.h>
8 #include <assert.h>
9 
10 #include <machine/archtypes.h>
11 #include "kernel/const.h"
12 #include "kernel/type.h"
13 #include "kernel/proc.h"
14 #include "pm/mproc.h"
15 #include "vfs/const.h"
16 #include "vfs/fproc.h"
17 #include "vfs/dmap.h"
18 
19 #include "const.h"
20 #include "type.h"
21 #include "proto.h"
22 #include "glo.h"
23 
24 #endif /* _PROCFS_INC_H */
25