Source code for the Trusted Boot Module.
 
 
 
tbm-mcu/source/fs/mufs/path.h

4 lines
133 B

#pragma once
int mufs_mkpath(struct mufs *fs, const char *path, unsigned type);
int mufs_rmpath(struct mufs *fs, const char *path);