PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
module_device_t Struct Reference

#include <module.h>

Collaboration diagram for module_device_t:

Data Fields

map_entry_t mapEntry
 
char name [MODULE_MAX_DEVICE_STRING]
 
char type [MODULE_MAX_DEVICE_STRING]
 
list_t handlers
 List of module_device_handler_t representing modules handling this device.
 

Detailed Description

Definition at line 295 of file module.h.

Field Documentation

◆ mapEntry

map_entry_t module_device_t::mapEntry

Definition at line 297 of file module.h.

◆ name

char module_device_t::name[MODULE_MAX_DEVICE_STRING]

Definition at line 298 of file module.h.

◆ type

char module_device_t::type[MODULE_MAX_DEVICE_STRING]

Definition at line 299 of file module.h.

◆ handlers

list_t module_device_t::handlers

List of module_device_handler_t representing modules handling this device.

Definition at line 300 of file module.h.


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