|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include <module.h>
Data Fields | ||
| module_event_type_t | type | |
| union { | ||
| struct { | ||
| char * type | ||
| char * name | ||
| } deviceAttach | ||
| struct { | ||
| char * type | ||
| char * name | ||
| } deviceDetach | ||
| }; | ||
| module_event_type_t module_event_t::type |
| struct { ... } module_event_t::deviceAttach |
| struct { ... } module_event_t::deviceDetach |
| union { ... } module_event_t |