MentOS  0.8.0
The Mentoring Operating System
proc_modules.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include "fs/vfs.h"
9 
13 
16 int procs_module_init(void);
17 
21 
int procs_module_init(void)
Initialize the procfs system files.
Definition: proc_system.c:101
int procipc_module_init(void)
Initializes the IPC information system.
int procv_module_init(void)
Initialize the procfs video files.
int procfb_module_init(void)
Initializes the scheduler feedback system.
Headers for Virtual File System (VFS).