Files
BoredOS/src/fs/procfs.h
2026-04-12 17:53:31 +02:00

9 lines
97 B
C

#ifndef PROCFS_H
#define PROCFS_H
#include "vfs.h"
vfs_fs_ops_t* procfs_get_ops(void);
#endif