27 #ifndef ICL_CORE_THREAD_RWLOCK_IMPL_LXRT_H_INCLUDED 28 #define ICL_CORE_THREAD_RWLOCK_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 #if defined(_SYSTEM_LXRT_33_) 46 typedef RWLockImplLxrt33 RWLockImplLxrt;
47 #elif defined(_SYSTEM_LXRT_35_) 48 typedef RWLockImplLxrt35 RWLockImplLxrt;
49 #elif defined(_SYSTEM_LXRT_38_) 50 typedef RWLockImplLxrt38 RWLockImplLxrt;
Contains global LXRT functions.
Contains icl_core::thread::RWLockImplLxrt33.
Contains icl_core::thread::RWLockImplLxrt38.
Contains icl_core::thread::RWLockImplLxrt35.