27 #ifndef ICL_CORE_THREAD_MUTEX_IMPL_LXRT_H_INCLUDED 28 #define ICL_CORE_THREAD_MUTEX_IMPL_LXRT_H_INCLUDED 32 #if defined(_SYSTEM_LXRT_33_) 34 #elif defined(_SYSTEM_LXRT_35_) 36 #elif defined(_SYSTEM_LXRT_38_) 39 # error "Unsupported RTAI version!" 45 #ifdef _SYSTEM_LXRT_33_ 46 typedef MutexImplLxrt33 MutexImplLxrt;
47 #elif defined(_SYSTEM_LXRT_35_) 48 typedef MutexImplLxrt35 MutexImplLxrt;
49 #elif defined(_SYSTEM_LXRT_38_) 50 typedef MutexImplLxrt38 MutexImplLxrt;
Contains global LXRT functions.
Contains icl_core::thread::MutexImplLxrt35.
Contains icl_core::thread::MutexImplLxrt38.
Contains icl_core::thread::MutexImplLxrt33.