PatchworkOS
Loading...
Searching...
No Matches
boot_file_t Struct Reference

#include <boot_info.h>

Data Fields

list_entry_t entry
 
char name [MAX_NAME]
 
void * data
 
uint64_t size
 

Detailed Description

Definition at line 55 of file boot_info.h.

Field Documentation

◆ data

void* boot_file_t::data

Definition at line 59 of file boot_info.h.

Referenced by ramfs_load_file().

◆ entry

list_entry_t boot_file_t::entry

Definition at line 57 of file boot_info.h.

◆ name

char boot_file_t::name[MAX_NAME]

Definition at line 58 of file boot_info.h.

◆ size

uint64_t boot_file_t::size

Definition at line 60 of file boot_info.h.

Referenced by ramfs_load_file().


The documentation for this struct was generated from the following file: