openharmony_kernel_liteos_m/testsuites/unittest/posix
wangchen 2f334bed21 feat: fs增加注册接口
方案描述:
增加注册机制, 并增加重复注册判断

BREAKING CHANGE:
fs增加注册接口
新增API:
int LOS_FsRegister(const char *fsType, const struct MountOps *fsMops,
                   const struct FileOps *fsFops, const struct FsManagement *fsMgt);

fix #I611L2
Signed-off-by: wangchen <wangchen240@huawei.com>
https://gitee.com/openharmony/kernel_liteos_m/issues/I611L2
2022-12-01 02:50:05 +00:00
..
src Fix: 内核告警清理 2022-11-23 10:49:31 +08:00
BUILD.gn feat: fs增加注册接口 2022-12-01 02:50:05 +00:00
Test.tmpl chore: fix typo: testsuits --> testsuites 2021-10-21 21:39:32 +08:00