2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 BOOL
core_Schedule(void); /* Reschedule the current task if needed */
9 void core_Switch(void); /* Switch away from the current task */
10 struct Task
*core_Dispatch(void); /* Select the new task for execution */