2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 #include <aros/kernel.h>
10 #include <kernel_base.h>
11 #include <kernel_syscall.h>
13 /*****************************************************************************
16 #include <proto/kernel.h>
18 AROS_LH0I(void, KrnCause
,
23 struct KernelBase
*, KernelBase
, 3, Kernel
)
26 Run software interrupt processing sequence
35 This entry point directly calls interrupt processing routine
36 in supervisor mode. It neither performs any checks of caller status
37 nor obeys interrupt enable state.
39 This function is safe to call only from within user mode.
40 This function is considered internal, and not meant to be called
51 ******************************************************************************/