repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
minix
/
fs
/
procfs
/
glo.h
blob
fbb09d45fe49a9e76267c491493b5d8cbe3be52e
1
#ifndef _PROCFS_GLO_H
2
#define _PROCFS_GLO_H
3
4
/* pid.c */
5
extern
struct
file pid_files
[];
6
7
/* root.c */
8
extern
struct
file root_files
[];
9
10
/* tree.c */
11
extern
struct
minix_proc_list proc_list
[
NR_PROCS
];
12
13
#endif
/* _PROCFS_GLO_H */