|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include <module.h>
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. | |
| map_entry_t module_device_t::mapEntry |
| char module_device_t::name[MODULE_MAX_DEVICE_STRING] |
| char module_device_t::type[MODULE_MAX_DEVICE_STRING] |
| list_t module_device_t::handlers |
List of module_device_handler_t representing modules handling this device.