#ifndef KERNEL_VFS_PROCFS_H #define KERNEL_VFS_PROCFS_H #include "../vfs.h" /* Operations */ extern SuperOps procfsSuperOps; extern InodeOps procfsInodeOps; extern FileOps procfsFileOps; extern FileSystemType procfsType; #endif