1 #pragma once 2 3 void rootfs_init(); 4 5 /** 6 * @brief 当磁盘文件系统被成功挂载后,释放rootfs所占的空间 7 * 8 */ 9 void rootfs_umount();