1 #include <aros/kernel.h>
3 #include <kernel_base.h>
4 #include <kernel_syscall.h>
6 /*****************************************************************************
9 #include <proto/kernel.h>
11 AROS_LH0I(void, KrnCause
,
16 struct KernelBase
*, KernelBase
, 3, Kernel
)
19 Run software interrupt processing sequence
28 This entry point directly calls interrupt processing routine
29 in supervisor mode. It neither performs any checks of caller status
30 nor obeys interrupt enable state.
32 This function is safe to call only from within user mode.
33 This function is considered internal, and not meant to be called
44 ******************************************************************************/
48 /* Stub function - this is not needed, since the caller
49 * (exec/Cause) does not call KrnCause() on the amiga-m68k