2 * Copyright 2008-2012 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT license.
16 #define SCHED_SPORADIC 3
24 extern int sched_yield(void);
25 extern int sched_get_priority_min(int);
26 extern int sched_get_priority_max(int);
32 #endif /* _SCHED_H_ */