PatchworkOS
Loading...
Searching...
No Matches
module_event_t Struct Reference

#include <module.h>

Data Fields

module_event_type_t type
 
union { 
 
   struct { 
 
      const char *   hid 
 
   }   load 
 
   struct { 
 
      const char *   hid 
 
   }   unload 
 
};  
 

Detailed Description

Definition at line 36 of file module.h.

Field Documentation

◆ [union]

union { ... } module_event_t

◆ hid

const char* module_event_t::hid

Definition at line 42 of file module.h.

◆ [struct]

struct { ... } module_event_t::load

◆ type

module_event_type_t module_event_t::type

Definition at line 38 of file module.h.

◆ [struct]

struct { ... } module_event_t::unload

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