|
PatchworkOS
|
#include <boot_info.h>
Data Fields | |
| list_entry_t | entry |
| char | name [MAX_NAME] |
| list_t | children |
| list_t | files |
Definition at line 63 of file boot_info.h.
| list_t boot_dir_t::children |
Definition at line 67 of file boot_info.h.
Referenced by boot_dir_free(), disk_load_dir(), and ramfs_load_dir().
| list_entry_t boot_dir_t::entry |
Definition at line 65 of file boot_info.h.
Referenced by disk_load_dir().
| list_t boot_dir_t::files |
Definition at line 68 of file boot_info.h.
Referenced by boot_dir_free(), disk_load_dir(), and ramfs_load_dir().
| char boot_dir_t::name[MAX_NAME] |
Definition at line 66 of file boot_info.h.
Referenced by disk_load_dir(), and ramfs_load_dir().