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
arm: make signal handlers work
[minix.git]
/
servers
/
procfs
/
mounts.h
blob
ca5712b4beb9d562923901be990612e1f6e09005
1
#ifndef __PROCFS_MOUNTS_H
2
#define __PROCFS_MOUNTS_H__
3
4
void
root_mounts
(
void
);
5
6
#endif
/* __PROCFS_MOUNTS_H__ */