2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <exec/execbase.h>
11 #include <aros/libcall.h>
12 #include <aros/atomic.h>
13 #include <proto/kernel.h>
15 #include "exec_intern.h"
17 /*****************************************************************************
20 #include <proto/exec.h>
22 AROS_LH0(void, Switch
,
27 struct ExecBase
*, SysBase
, 9, Exec
)
30 PRIVATE function to force a task switch to the next runnable task
39 This function was private in AmigaOS(tm) up to v3.1.
40 There's no guarantee that it will continue to exist in other systems.
52 ******************************************************************************/
56 AROS_FUNCTION_NOT_IMPLEMENTED("Exec");