Removed autodocs of arch specific variants of ROM modules.
[AROS.git] / arch / m68k-all / kernel / schedule.c
blobab18427325cab7d83d3bd3a25ed61ffe4aaa65b1
1 #include <aros/kernel.h>
3 #include <kernel_base.h>
4 #include <kernel_syscall.h>
6 #include <proto/kernel.h>
8 /* See rom/kernel/schedule.c for documentation */
10 AROS_LH0(void, KrnSchedule,
11 struct KernelBase *, KernelBase, 6, Kernel)
13 AROS_LIBFUNC_INIT
15 /* The real implementation is in Exec/Schedule */
16 Supervisor(__AROS_GETVECADDR(SysBase,7));
18 AROS_LIBFUNC_EXIT