xref: /haiku/src/libs/compat/freebsd_network/compat/sys/priority.h (revision 922e7ba1f3228e6f28db69b0ded8f86eb32dea17)
1 /*
2  * Copyright 2009 Haiku Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _FBSD_COMPAT_SYS_PRIORITY_H_
6 #define _FBSD_COMPAT_SYS_PRIORITY_H_
7 
8 
9 #define PRI_MIN_KERN	(64)
10 #define PZERO			(PRI_MIN_KERN + 20)
11 
12 #endif /* _FBSD_COMPAT_SYS_PRIORITY_H_ */
13