summaryrefslogtreecommitdiff
path: root/minix/fs/procfs/glo.h
blob: fbb09d45fe49a9e76267c491493b5d8cbe3be52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _PROCFS_GLO_H
#define _PROCFS_GLO_H

/* pid.c */
extern struct file pid_files[];

/* root.c */
extern struct file root_files[];

/* tree.c */
extern struct minix_proc_list proc_list[NR_PROCS];

#endif /* _PROCFS_GLO_H */