|
PatchworkOS
|
#include <module.h>
Data Fields | ||
| module_event_type_t | type | |
| union { | ||
| struct { | ||
| const char * hid | ||
| } load | ||
| struct { | ||
| const char * hid | ||
| } unload | ||
| }; | ||
| union { ... } module_event_t |
| struct { ... } module_event_t::load |
| module_event_type_t module_event_t::type |
| struct { ... } module_event_t::unload |