-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrtai_config.h.in
383 lines (258 loc) · 7.1 KB
/
rtai_config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
/* rtai_config.h.in. Generated from configure.ac by autoheader. */
/* Kconfig */
#undef CONFIG_KBUILD
/* Legacy */
#undef CONFIG_RTAI
/* Kconfig */
#undef CONFIG_RTAI_16550A_ANY
/* Kconfig */
#undef CONFIG_RTAI_16550A_MMIO
/* Kconfig */
#undef CONFIG_RTAI_16550A_PIO
/* Kconfig */
#undef CONFIG_RTAI_ADEOS
/* Kconfig */
#undef CONFIG_RTAI_ALIGN_LINUX_PRIORITY
/* Kconfig */
#undef CONFIG_RTAI_ALLOW_RR
/* Kconfig */
#undef CONFIG_RTAI_BITS
/* Kconfig */
#undef CONFIG_RTAI_BITS_BUILTIN
/* Build system alias */
#undef CONFIG_RTAI_BUILD_STRING
/* Kconfig */
#undef CONFIG_RTAI_CAL_FREQS_FACT
/* Kconfig */
#undef CONFIG_RTAI_CLOCK_REALTIME
/* Compiler */
#undef CONFIG_RTAI_COMPILER
/* Kconfig */
#undef CONFIG_RTAI_CPUS
/* Kconfig */
#undef CONFIG_RTAI_DEBUG_RTDM
/* Kconfig */
#undef CONFIG_RTAI_DIAG_TSC_SYNC
/* Kconfig */
#undef CONFIG_RTAI_DONT_DISPATCH_CORE_IRQS
/* Kconfig */
#undef CONFIG_RTAI_DRIVERS_16550A
/* Kconfig */
#undef CONFIG_RTAI_DRIVERS_SERIAL
/* Kconfig */
#undef CONFIG_RTAI_FIFOS
/* Kconfig */
#undef CONFIG_RTAI_FIFOS_BUILTIN
/* Kconfig */
#undef CONFIG_RTAI_FIFOS_TEMPLATE
/* Kconfig */
#undef CONFIG_RTAI_FPU_SUPPORT
/* Kconfig */
#undef CONFIG_RTAI_FULL_PRINHER
/* Kconfig */
#undef CONFIG_RTAI_HAL_PREEMPT
/* have libsensors */
#undef CONFIG_RTAI_HAVE_SENSORS
/* Host system alias */
#undef CONFIG_RTAI_HOST_STRING
/* Kconfig */
#undef CONFIG_RTAI_IMMEDIATE_LINUX_SYSCALL
/* Kconfig */
#undef CONFIG_RTAI_INTERNAL_LXRT_INLINE
/* Kconfig */
#undef CONFIG_RTAI_INTERNAL_LXRT_SUPPORT
/* Use RTAI Adeos-newgen HAL */
#undef CONFIG_RTAI_IPIPE
/* Kconfig */
#undef CONFIG_RTAI_KERN_BUSY_ALIGN_RET_DELAY
/* Kconfig */
#undef CONFIG_RTAI_KSTACK_HEAPSZ
/* Kconfig */
#undef CONFIG_RTAI_LATENCY_SELF_CALIBRATION_CYCLES
/* Kconfig */
#undef CONFIG_RTAI_LATENCY_SELF_CALIBRATION_FREQ
/* Kconfig */
#undef CONFIG_RTAI_LATENCY_SELF_CALIBRATION_METRICS
/* Kconfig */
#undef CONFIG_RTAI_LONG_TIMED_LIST
#ifndef CONFIG_RTAI_LXRT_INLINE
#define CONFIG_RTAI_LXRT_INLINE CONFIG_RTAI_INTERNAL_LXRT_INLINE
#endif /* !CONFIG_RTAI_LXRT_INLINE */
#define __hidefun(name) name ## _hidden_inline
#if CONFIG_RTAI_LXRT_INLINE == 1
#define RTAI_PROTO(type,name,arglist) static inline type name arglist
#elif CONFIG_RTAI_LXRT_INLINE == 2
#define RTAI_PROTO(type,name,arglist) extern inline type name arglist
#elif CONFIG_RTAI_LXRT_INLINE == 3
#define RTAI_PROTO(type,name,arglist) type name arglist; static inline type __hidefun(name) arglist
#else
#define RTAI_PROTO(type,name,arglist) type name arglist
#endif /* CONFIG_RTAI_LXRT_INLINE */
#define RTAI_PROTO_ALWAYS_INLINE(type,name,arglist) static inline type name arglist
#define RTAI_PROTO_NEVER_INLINE(type,name,arglist) type name arglist; static inline type __hidefun(name) arglist
/* Kconfig */
#undef CONFIG_RTAI_LXRT_USE_LINUX_SYSCALL
/* Kconfig */
#undef CONFIG_RTAI_MAINTAINER
/* Kconfig */
#undef CONFIG_RTAI_MAINTAINER_PGM
/* Kconfig */
#undef CONFIG_RTAI_MAINTAINER_PMA
/* Kconfig */
#undef CONFIG_RTAI_MALLOC
/* Kconfig */
#undef CONFIG_RTAI_MALLOC_BUILTIN
/* Kconfig */
#undef CONFIG_RTAI_MALLOC_HEAPSZ
/* Kconfig */
#undef CONFIG_RTAI_MALLOC_VMALLOC
/* Kconfig */
#undef CONFIG_RTAI_MASTER_TSC_CPU
/* Kconfig */
#undef CONFIG_RTAI_MATH
/* Kconfig */
#undef CONFIG_RTAI_MATH_BUILTIN
/* Kconfig */
#undef CONFIG_RTAI_MATH_C99
/* Kconfig */
#undef CONFIG_RTAI_MATH_KCOMPLEX
/* Kconfig */
#undef CONFIG_RTAI_MATH_LIBM_TO_USE
/* Kconfig */
#undef CONFIG_RTAI_MBX
/* Kconfig */
#undef CONFIG_RTAI_MBX_BUILTIN
/* Kconfig */
#undef CONFIG_RTAI_MONITOR_EXECTIME
/* Legacy */
#undef CONFIG_RTAI_MOUNT_ON_LOAD
/* Kconfig */
#undef CONFIG_RTAI_MQ
/* Kconfig */
#undef CONFIG_RTAI_MQ_BUILTIN
/* Kconfig */
#undef CONFIG_RTAI_MSG
/* Kconfig */
#undef CONFIG_RTAI_MSG_BUILTIN
/* Kconfig */
#undef CONFIG_RTAI_NETRPC
/* Kconfig */
#undef CONFIG_RTAI_NETRPC_BUILTIN
/* Kconfig */
#undef CONFIG_RTAI_NETRPC_RTNET
/* Kconfig */
#undef CONFIG_RTAI_ONE_SHOT
/* Kconfig */
#undef CONFIG_RTAI_REVISION_LEVEL
/* Kconfig */
#undef CONFIG_RTAI_RTC_FREQ
/* Kconfig */
#undef CONFIG_RTAI_RTDM
/* Kconfig */
#undef CONFIG_RTAI_RTDM_FD_MAX
/* Kconfig */
#undef CONFIG_RTAI_RTDM_SELECT
/* Kconfig */
#undef CONFIG_RTAI_RTDM_SHIRQ
/* Kconfig */
#undef CONFIG_RTAI_RT_POLL
/* Kconfig */
#undef CONFIG_RTAI_RT_POLL_ON_STACK
/* Kconfig */
#undef CONFIG_RTAI_SCHED_8254_LATENCY
/* Kconfig */
#undef CONFIG_RTAI_SCHED_ISR_LOCK
/* Kconfig */
#undef CONFIG_RTAI_SCHED_LXRT_NUMSLOTS
/* Kconfig */
#undef CONFIG_RTAI_SEM
/* Kconfig */
#undef CONFIG_RTAI_SEM_BUILTIN
/* Kconfig */
#undef CONFIG_RTAI_SHM
/* Kconfig */
#undef CONFIG_RTAI_SHM_BUILTIN
/* Kconfig */
#undef CONFIG_RTAI_TASKLETS
/* Kconfig */
#undef CONFIG_RTAI_TASKLETS_BUILTIN
/* Kconfig */
#undef CONFIG_RTAI_TASK_SWITCH_SIGNAL
/* Kconfig */
#undef CONFIG_RTAI_TBX
/* Kconfig */
#undef CONFIG_RTAI_TBX_BUILTIN
/* Kconfig */
#undef CONFIG_RTAI_TRACE
/* Use TSC in user space */
#undef CONFIG_RTAI_TSC
/* Kconfig */
#undef CONFIG_RTAI_TUNE_TSC_SYNC
/* Kconfig */
#undef CONFIG_RTAI_USER_BUSY_ALIGN_RET_DELAY
/* Kconfig */
#undef CONFIG_RTAI_USE_COMEDI_LOCK
/* Kconfig */
#undef CONFIG_RTAI_USE_LINUX_COMEDI
/* Kconfig */
#undef CONFIG_RTAI_USE_NEWERR
/* Kconfig */
#undef CONFIG_RTAI_USE_STACK_ARGS
/* Kconfig */
#undef CONFIG_RTAI_USE_TLSF
/* Kconfig */
#undef CONFIG_RTAI_USI
/* Kconfig */
#undef CONFIG_RTAI_USI_BUILTIN
/* Kconfig */
#undef CONFIG_RTAI_VERSION_MAJOR
/* Kconfig */
#undef CONFIG_RTAI_VERSION_MINOR
/* Kconfig */
#undef CONFIG_RTAI_WD
#ifdef __IN_RTAI__
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* have libpci */
#undef HAVE_PCI
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION
/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
#endif /* __IN_RTAI__ */