Don't use magic numbers. Use defines instead (ARM_PERIIOBASE)
[AROS.git] / rom / kernel / setscheduler.c
blob8ef60c7bd3cbd1ec4179d927077d89bc53716277
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 */
8 #include <aros/kernel.h>
10 #include <kernel_base.h>
12 /*****************************************************************************
14 NAME */
15 #include <proto/kernel.h>
17 AROS_LH1I(void, KrnSetScheduler,
19 /* SYNOPSIS */
20 AROS_LHA(KRN_SchedType, sched, D0),
22 /* LOCATION */
23 struct KernelBase *, KernelBase, 2, Kernel)
25 /* FUNCTION
27 INPUTS
29 RESULT
31 NOTES
33 EXAMPLE
35 BUGS
37 SEE ALSO
39 INTERNALS
41 ******************************************************************************/
43 AROS_LIBFUNC_INIT
45 AROS_LIBFUNC_EXIT