2 Copyright © 1995-2017, 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>
14 #include "exec_intern.h"
16 /*****************************************************************************
19 #include <proto/exec.h>
21 AROS_LH0(void, Schedule
,
26 struct ExecBase
*, SysBase
, 7, Exec
)
29 PRIVATE architecture specific routine for relinquishing CPU time
38 This function was private in AmigaOS(tm) up to v3.1. There's no guarantee
39 that it will continue to exist in other systems.
51 ******************************************************************************/
55 AROS_FUNCTION_NOT_IMPLEMENTED("Exec");