#ifndef FS_H #define FS_H #include /** * @brief Initializes the filesystem by mounting it */ int fs_init(void); #endif // FS_H