#ifndef PERSISTFS_H #define PERSISTFS_H #include "fs.h" fs_node_t* persistfs_create_root(int drive); #endif