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

#include <ioforge.h>

Data Fields

char name [64]
 
IoForgeType type
 
uint32_t flags
 
uint32_t address
 
struct ioforge_deviceparent
 
struct ioforge_devicefirst_child
 
struct ioforge_devicenext_sibling
 
struct ioforge_deviceprev_sibling
 

Detailed Description

Definition at line 29 of file ioforge.h.

Field Documentation

◆ address

uint32_t ioforge_device::address

Definition at line 33 of file ioforge.h.

◆ first_child

struct ioforge_device* ioforge_device::first_child

◆ flags

uint32_t ioforge_device::flags

Definition at line 32 of file ioforge.h.

◆ name

char ioforge_device::name[64]

◆ next_sibling

struct ioforge_device* ioforge_device::next_sibling

◆ parent

struct ioforge_device* ioforge_device::parent

Definition at line 35 of file ioforge.h.

◆ prev_sibling

struct ioforge_device* ioforge_device::prev_sibling

Definition at line 38 of file ioforge.h.

◆ type


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