PatchworkOS  c9fea19
A non-POSIX operating system.
Loading...
Searching...
No Matches
boot_file_t Struct Reference

#include <boot_info.h>

Collaboration diagram for boot_file_t:

Data Fields

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

Detailed Description

Definition at line 64 of file boot_info.h.

Field Documentation

◆ entry

list_entry_t boot_file_t::entry

Definition at line 66 of file boot_info.h.

◆ name

char boot_file_t::name[MAX_NAME]

Definition at line 67 of file boot_info.h.

◆ data

void* boot_file_t::data

Definition at line 68 of file boot_info.h.

◆ size

uint64_t boot_file_t::size

Definition at line 69 of file boot_info.h.


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