MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / dfs_tmpfs_init

Function dfs_tmpfs_init

components/dfs/dfs_v2/filesystems/tmpfs/dfs_tmpfs.c:892–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890};
891
892int dfs_tmpfs_init(void)
893{
894 /* register tmp file system */
895 dfs_register(&_tmpfs);
896
897 return 0;
898}
899INIT_COMPONENT_EXPORT(dfs_tmpfs_init);

Callers

nothing calls this directly

Calls 1

dfs_registerFunction · 0.50

Tested by

no test coverage detected