mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
9 lines
97 B
C
9 lines
97 B
C
#ifndef PROCFS_H
|
|
#define PROCFS_H
|
|
|
|
#include "vfs.h"
|
|
|
|
vfs_fs_ops_t* procfs_get_ops(void);
|
|
|
|
#endif
|