|
PatchworkOS
|
#include <boot_info.h>
Data Fields | |
| list_entry_t | entry |
| char | name [MAX_NAME] |
| void * | data |
| uint64_t | size |
Definition at line 55 of file boot_info.h.
| void* boot_file_t::data |
Definition at line 59 of file boot_info.h.
Referenced by ramfs_load_file().
| list_entry_t boot_file_t::entry |
Definition at line 57 of file boot_info.h.
| char boot_file_t::name[MAX_NAME] |
Definition at line 58 of file boot_info.h.
| uint64_t boot_file_t::size |
Definition at line 60 of file boot_info.h.
Referenced by ramfs_load_file().