#include /* Mount a tmpfs instance */ Inode * tmpfs_mount(FSType *type, int flags, const char *dev, void *data) { // SuperBlock *super = new(&superBlockType); // super->type = return NULL; }