miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
procfs.h
Go to the documentation of this file.
1#ifndef _MINIOS_FS_PROCFS_H_
2#define _MINIOS_FS_PROCFS_H_
3
4void procfs_init(void);
5
6#endif /* _MINIOS_FS_PROCFS_H_ */
void procfs_init(void)
Definition procfs.c:471