d9f4f71916
With this patch /etc/mtab becomes obsolete.
6 lines
113 B
C
6 lines
113 B
C
#ifndef __PROCFS_MOUNTS_H
|
|
#define __PROCFS_MOUNTS_H__
|
|
|
|
void root_mounts(void);
|
|
|
|
#endif /* __PROCFS_MOUNTS_H__ */
|