BarryServer : Git

All the code for all my projects
// BarryServer : Git / Orion / blob / 1628fcfdfdf2978ed9ccac96ee7d13bb3dc43a01 / vfs / devfs / fs.h

// Related

Orion

Barry Importing existing Orion kernel d41a53c (2 years, 4 months ago)
#ifndef KERNEL_VFS_DEVFS_H
#define KERNEL_VFS_DEVFS_H

#include "../vfs.h"

/* Operations */
extern SuperOps devfsSuperOps;
extern InodeOps devfsInodeOps;
extern FileOps devfsFileOps;

extern FileSystemType devfsType;

#endif