lock_lfvx/bk_idk/components/bk_vfs/bk_file_utils.h
2025-10-10 16:07:00 +08:00

13 lines
260 B
C

#ifndef __BK_FILE_UTILS_H_
#define __BK_FILE_UTILS_H_
int bk_vfs_init(void);
int bk_vfs_lock(void);
void bk_vfs_unlock(void);
char *bk_normalize_path(const char *path);
const char *bk_sub_path(const char *mount_point, const char *path);
#endif