Xenomai  3.0-rc3
sysconf.h
1 /*
2  * Copyright (C) 2014 Philippe Gerum <rpm@xenomai.org>.
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
17  */
18 #ifndef _COBALT_UAPI_SYSCONF_H
19 #define _COBALT_UAPI_SYSCONF_H
20 
21 #define _SC_COBALT_VERSION 0
22 #define _SC_COBALT_NR_PIPES 1
23 #define _SC_COBALT_NR_TIMERS 2
24 #define _SC_COBALT_DEBUG 3
25 # define _SC_COBALT_DEBUG_ASSERT 1
26 # define _SC_COBALT_DEBUG_CONTEXT 2
27 # define _SC_COBALT_DEBUG_LOCKING 4
28 # define _SC_COBALT_DEBUG_USER 8
29 # define _SC_COBALT_DEBUG_RELAX 16
30 #define _SC_COBALT_POLICIES 4
31 # define _SC_COBALT_SCHED_FIFO 1
32 # define _SC_COBALT_SCHED_RR 2
33 # define _SC_COBALT_SCHED_WEAK 4
34 # define _SC_COBALT_SCHED_SPORADIC 8
35 # define _SC_COBALT_SCHED_QUOTA 16
36 # define _SC_COBALT_SCHED_TP 32
37 #define _SC_COBALT_WATCHDOG 5
38 #define _SC_COBALT_EXTENSION 6
39 
40 #endif /* !_COBALT_UAPI_SYSCONF_H */