|
SimpleKernel 1.17.0
|
#include <etl/memory.h>#include "filesystem.hpp"#include "kernel_log.hpp"#include "kstd_cstring"#include "spinlock.hpp"#include "vfs_internal.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | vfs |
Functions | |
| auto | vfs::Close (File *file) -> Expected< void > |
| 关闭文件 | |