Viewing: persistfs.h
📄 persistfs.h (Read Only) ⬅ To go back
#ifndef PERSISTFS_H
#define PERSISTFS_H

#include "fs.h"

fs_node_t* persistfs_create_root(int drive);

#endif