2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
11 * Internal definitions. Needed only if you replace some related function.
15 struct MinNode in_Node
;
18 void *in_HandlerData2
;
29 /* Functions to be called by machine-specific code */
30 int krnRunExceptionHandlers(struct KernelBase
*KernelBase
, uint8_t exception
, void *ctx
); /* Run user-supplied exception handlers */
31 void krnRunIRQHandlers(struct KernelBase
*KernelBase
, uint8_t exception
); /* Run user-supplied IRQ handlers */