BarryServer : Git

All the code for all my projects
// BarryServer : Git / Orion / blob / master / vfs / tmpfs / fs.h

// Related

Orion

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

#include "../vfs.h"

/* Operations */
extern SuperOps tmpfsSuperOps;
extern InodeOps tmpfsInodeOps;
extern FileOps tmpfsFileOps;

extern FileSystemType tmpfsType;

#endif