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_LH0(void, KrnDispatch
,
23 struct KernelBase
*, KernelBase
, 4, Kernel
)
26 Run the next available task
35 This entry point directly calls task dispatch routine in supervisor mode.
36 It neither performs any checks of caller status nor obeys interrupt enable
37 state. After calling this function, caller's task will be replaced by
38 another one, and caller's state will be lost.
40 This function is safe to call only from within user mode.
41 This function is considered internal, and not meant to be called
52 ******************************************************************************/
56 krnSysCall(SC_DISPATCH
);