revert between 56095 -> 55830 in arch
[AROS.git] / rom / kernel / kernel_scheduler.h
blob51cd5eefc8da5430bca6ab5857cd03bc3436abcd
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 */
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 */