Viewing: procfs.h
📄 procfs.h
(Read Only)
⬅ To go back
#ifndef PROCFS_H #define PROCFS_H #include "fs.h" fs_node_t* procfs_create_root(void); #endif