theKernel 10.0
|
keep callback related data … More...
#include <LibMkKernel_mk.h>
Public Attributes | |
MkRuntimeInitF | cb |
required data | |
MK_RT | setupRT |
MK_STRB | ident [MkRuntimeCallbackS_ident_size+1] |
required data | |
size_t | rtId_plus_1 |
struct MkRuntimeCallbackS * | prev |
struct MkRuntimeCallbackS * | next |
keep callback related data …
Definition at line 12537 of file LibMkKernel_mk.h.
MkRuntimeInitF MkRuntimeCallbackS::cb |
required data
Definition at line 12538 of file LibMkKernel_mk.h.
MK_STRB MkRuntimeCallbackS::ident[MkRuntimeCallbackS_ident_size+1] |
required data
Definition at line 12543 of file LibMkKernel_mk.h.
struct MkRuntimeCallbackS* MkRuntimeCallbackS::next |
Definition at line 12550 of file LibMkKernel_mk.h.
struct MkRuntimeCallbackS* MkRuntimeCallbackS::prev |
Definition at line 12549 of file LibMkKernel_mk.h.
size_t MkRuntimeCallbackS::rtId_plus_1 |
Definition at line 12546 of file LibMkKernel_mk.h.
MK_RT MkRuntimeCallbackS::setupRT |
Definition at line 12540 of file LibMkKernel_mk.h.