ramfs

函数

int32_t ramfs_register (const char *mount_path)
 
int32_t ramfs_unregister (const char *mount_path)
 

详细描述

ramfs 对外API.

函数说明

◆ ramfs_register()

int32_t ramfs_register ( const char *  mount_path)

ramfs文件系统注册接口

参数
[in]mount_path该文件系统挂载路径
返回
0 表示注册成功, 负数表示失败

◆ ramfs_unregister()

int32_t ramfs_unregister ( const char *  mount_path)

ramfs文件系统去注册接口

参数
[in]mount_path该文件系统挂载路径
返回
0 表示去注册成功, 负数表示失败