2022-09-14 23:51:58 +08:00

9 lines
148 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
void rootfs_init();
/**
* @brief 当磁盘文件系统被成功挂载后释放rootfs所占的空间
*
*/
void rootfs_umount();