Port the SB128 code to AROS.
[AROS.git] / rom / kernel / switch.c
blobdd0af99041be20fcc35f9846eecd36939959b8eb
1 #include <aros/kernel.h>
3 #include <kernel_base.h>
4 #include <kernel_syscall.h>
6 /*****************************************************************************
8 NAME */
9 #include <proto/kernel.h>
11 AROS_LH0(void, KrnSwitch,
13 /* SYNOPSIS */
15 /* LOCATION */
16 struct KernelBase *, KernelBase, 5, Kernel)
18 /* FUNCTION
20 INPUTS
22 RESULT
24 NOTES
26 EXAMPLE
28 BUGS
30 SEE ALSO
32 INTERNALS
34 ******************************************************************************/
36 AROS_LIBFUNC_INIT
38 krnSysCall(SC_SWITCH);
40 AROS_LIBFUNC_EXIT