mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-10 03:56:49 +00:00
9 lines
148 B
C
9 lines
148 B
C
#pragma once
|
||
|
||
void rootfs_init();
|
||
|
||
/**
|
||
* @brief 当磁盘文件系统被成功挂载后,释放rootfs所占的空间
|
||
*
|
||
*/
|
||
void rootfs_umount(); |