Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
Library Struct Reference

#include <library.h>

Data Fields

char * name
 
boolean_t is_loaded
 
uintptr_t entry
 
enum LibraryType type
 
struct Librarynext
 

Detailed Description

Definition at line 8 of file library.h.

Field Documentation

◆ entry

uintptr_t Library::entry

Definition at line 11 of file library.h.

Referenced by library_register().

◆ is_loaded

boolean_t Library::is_loaded

Definition at line 10 of file library.h.

◆ name

char* Library::name

Definition at line 9 of file library.h.

Referenced by library_load(), and library_register().

◆ next

struct Library* Library::next

Definition at line 13 of file library.h.

Referenced by library_load(), and library_register().

◆ type

enum LibraryType Library::type

Definition at line 12 of file library.h.

Referenced by library_register().


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