25 lines
		
	
	
		
			472 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			472 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _PROCFS_INC_H
 | |
| #define _PROCFS_INC_H
 | |
| 
 | |
| #include <minix/drivers.h>
 | |
| #include <minix/sysinfo.h>
 | |
| #include <minix/vtreefs.h>
 | |
| #include <minix/procfs.h>
 | |
| #include <assert.h>
 | |
| 
 | |
| #include <machine/archtypes.h>
 | |
| #include "kernel/const.h"
 | |
| #include "kernel/type.h"
 | |
| #include "kernel/proc.h"
 | |
| #include "pm/mproc.h"
 | |
| #include "vfs/const.h"
 | |
| #include "vfs/fproc.h"
 | |
| #include "vfs/dmap.h"
 | |
| 
 | |
| #include "const.h"
 | |
| #include "type.h"
 | |
| #include "proto.h"
 | |
| #include "glo.h"
 | |
| 
 | |
| #endif /* _PROCFS_INC_H */
 | 
