mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 17:26:31 +00:00
new: rootfs
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
void rootfs_init();
|
||||
void rootfs_init();
|
||||
|
||||
/**
|
||||
* @brief 当磁盘文件系统被成功挂载后,释放rootfs所占的空间
|
||||
*
|
||||
*/
|
||||
void rootfs_umount();
|
Reference in New Issue
Block a user