Fix IO memory access .. SB128 driver makes noises in VMWare - CMI is untested (Curren...
[AROS.git] / rom / exec / switch.c
blob088b41f6c37f2eae13e81cee593d58445ef83b0a
1 /*
2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Switch() - Switch to the next available task.
6 Lang: english
7 */
9 #include <exec/execbase.h>
11 /*****************************************************************************
13 NAME */
14 #include <proto/exec.h>
16 AROS_LH0(void, Switch,
18 /* LOCATION */
19 struct ExecBase *, SysBase, 9, Exec)
21 /* FUNCTION
22 This function is obsolete and subject to removal.
23 On AmigaOS(tm) this was a private function.
25 INPUTS
27 RESULT
29 NOTES
30 This function is still there because i386-native port
31 still uses it.
33 EXAMPLE
35 BUGS
37 SEE ALSO
38 Dispatch(), Reschedule()
40 INTERNALS
42 ******************************************************************************/
44 AROS_LIBFUNC_INIT
46 AROS_LIBFUNC_EXIT
47 } /* Switch() */