|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <dev.h>
Data Fields | |
| uint32_t | major |
| uint32_t | minor |
| void * | ops |
| struct cdev * | next |
| uint32_t cdev::major |
Definition at line 64 of file dev.h.
Referenced by __attribute__(), ATAPIModule::identify(), and vfs_umount().
| uint32_t cdev::minor |
Definition at line 65 of file dev.h.
Referenced by __attribute__(), ATAPIModule::identify(), and vfs_umount().
| void* cdev::ops |
Definition at line 66 of file dev.h.
Referenced by __attribute__().