|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <miniOS/types.h>

Go to the source code of this file.
Classes | |
| struct | vfs_mount_data_t |
Typedefs | |
| typedef int(* | vfs_dirent_cb_t) (const char *name, uint8_t name_len, uint32_t inode, uint8_t file_type, void *ud) |