Xenomai  3.0-rc3
testing.h
Go to the documentation of this file.
1 
19 #ifndef _COBALT_RTDM_TESTING_H
20 #define _COBALT_RTDM_TESTING_H
21 
22 #include <rtdm/rtdm.h>
23 #include <rtdm/uapi/testing.h>
24 
25 #ifdef CONFIG_XENO_ARCH_SYS3264
26 
27 #include <rtdm/compat.h>
28 
29 struct compat_rttst_overall_bench_res {
30  struct rttst_bench_res result;
31  compat_uptr_t histogram_avg;
32  compat_uptr_t histogram_min;
33  compat_uptr_t histogram_max;
34 };
35 
36 #define RTTST_RTIOC_TMBENCH_STOP_COMPAT \
37  _IOWR(RTIOC_TYPE_TESTING, 0x11, struct compat_rttst_overall_bench_res)
38 
39 #endif /* CONFIG_XENO_ARCH_SYS3264 */
40 
41 #endif /* !_COBALT_RTDM_TESTING_H */
Real-Time Driver Model for Xenomai, testing device profile header.