1 #ifndef KERNEL_INTERRUPTS_H
2 #define KERNEL_INTERRUPTS_H
4 Copyright © 1995-2017, The AROS Development Team. All rights reserved.
13 * Internal definitions. Needed only if you replace some related function.
17 struct MinNode in_Node
;
20 void *in_HandlerData2
;
31 /* Functions to be called by machine-specific code */
32 int krnRunExceptionHandlers(struct KernelBase
*, uint8_t, void *); /* Run user-supplied exception handlers */
33 void krnRunIRQHandlers(struct KernelBase
*, uint8_t); /* Run user-supplied IRQ handlers */
35 #endif /* !KERNEL_INTERRUPTS_H */