Minor fixes to comments.
[AROS.git] / rom / kernel / setscheduler.c
blobebf91f80f88b89933fe7d2c447053eaae9b13200
1 #include <aros/kernel.h>
3 #include <kernel_base.h>
5 /*****************************************************************************
7 NAME */
8 #include <proto/kernel.h>
10 AROS_LH1I(void, KrnSetScheduler,
12 /* SYNOPSIS */
13 AROS_LHA(KRN_SchedType, sched, D0),
15 /* LOCATION */
16 struct KernelBase *, KernelBase, 2, Kernel)
18 /* FUNCTION
20 INPUTS
22 RESULT
24 NOTES
26 EXAMPLE
28 BUGS
30 SEE ALSO
32 INTERNALS
34 ******************************************************************************/
36 AROS_LIBFUNC_INIT
38 AROS_LIBFUNC_EXIT