4 * Internal definitions. Needed only if you replace some related function.
8 struct MinNode in_Node
;
11 void *in_HandlerData2
;
22 /* Functions to be called by machine-specific code */
23 int krnRunExceptionHandlers(struct KernelBase
*KernelBase
, uint8_t exception
, void *ctx
); /* Run user-supplied exception handlers */
24 void krnRunIRQHandlers(struct KernelBase
*KernelBase
, uint8_t exception
); /* Run user-supplied IRQ handlers */