2 * Copyright 2009, Michael Franz
3 * Copyright 2008, Andreas Färber, andreas.faerber@web.de
4 * Distributed under the terms of the MIT license.
13 #include <errno_private.h>
26 sched_get_priority_min(int policy
)
30 return B_FIRST_REAL_TIME_PRIORITY
;
33 return B_LOW_PRIORITY
;
43 sched_get_priority_max(int policy
)
47 return B_REAL_TIME_PRIORITY
;
50 return B_URGENT_DISPLAY_PRIORITY
;