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

#include <dev.h>

Data Fields

uint32_t major
 
uint32_t minor
 
void * ops
 
struct cdevnext
 

Detailed Description

Definition at line 63 of file dev.h.

Field Documentation

◆ major

uint32_t cdev::major

Definition at line 64 of file dev.h.

Referenced by __attribute__(), ATAPIModule::identify(), and vfs_umount().

◆ minor

uint32_t cdev::minor

Definition at line 65 of file dev.h.

Referenced by __attribute__(), ATAPIModule::identify(), and vfs_umount().

◆ next

struct cdev* cdev::next

Definition at line 68 of file dev.h.

◆ ops

void* cdev::ops

Definition at line 66 of file dev.h.

Referenced by __attribute__().


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