mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
FEAT: VFS overhaul
This commit is contained in:
8
src/fs/procfs.h
Normal file
8
src/fs/procfs.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef PROCFS_H
|
||||
#define PROCFS_H
|
||||
|
||||
#include "vfs.h"
|
||||
|
||||
vfs_fs_ops_t* procfs_get_ops(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user