Minor fixes to comments.
[AROS.git] / rom / kernel / getscheduler.c
blob48acac1e496c6f6bbb40a306adb9f05c65ed60e4
1 #include <aros/kernel.h>
3 #include <kernel_base.h>
5 /*****************************************************************************
7 NAME */
8 #include <proto/kernel.h>
10 AROS_LH0I(KRN_SchedType, KrnGetScheduler,
12 /* SYNOPSIS */
14 /* LOCATION */
15 struct KernelBase *, KernelBase, 1, Kernel)
17 /* FUNCTION
19 INPUTS
21 RESULT
23 NOTES
25 EXAMPLE
27 BUGS
29 SEE ALSO
31 INTERNALS
33 ******************************************************************************/
35 AROS_LIBFUNC_INIT
37 return SCHED_RR;
39 AROS_LIBFUNC_EXIT