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

#include <boot_info.h>

Collaboration diagram for boot_dir_t:

Data Fields

list_entry_t entry
 
char name [MAX_NAME]
 
list_t children
 
list_t files
 

Detailed Description

Definition at line 72 of file boot_info.h.

Field Documentation

◆ entry

list_entry_t boot_dir_t::entry

Definition at line 74 of file boot_info.h.

◆ name

char boot_dir_t::name[MAX_NAME]

Definition at line 75 of file boot_info.h.

◆ children

list_t boot_dir_t::children

Definition at line 76 of file boot_info.h.

◆ files

list_t boot_dir_t::files

Definition at line 77 of file boot_info.h.


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