mufs: expose mufs_abspath()
This commit is contained in:
parent
11dd182ee7
commit
073c7f34be
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ struct mufs_dirent {
|
|||
int mufs_mount(struct mufs *fs, struct flash_dev *dev);
|
||||
int mufs_format(struct flash_dev *dev);
|
||||
|
||||
char *mufs_abspath(const char *path);
|
||||
struct mufs_dir *mufs_opendir(struct mufs *fs, const char *path);
|
||||
void mufs_closedir(struct mufs_dir *dir);
|
||||
int mufs_readdir(struct mufs_dir *dir, struct mufs_dirent *dirent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue