/** * @file * * @ingroup RTEMSScoreAtomicCPU * * @brief This header file provides interfaces of the * atomic operations implementation using * functions provided by the C11/C++11. */ /* * COPYRIGHT (c) 2012-2013 Deng Hengyi. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. */ #ifndef _RTEMS_SCORE_ATOMIC_CPU_H #define _RTEMS_SCORE_ATOMIC_CPU_H #include #endif /* _RTEMS_SCORE_ATOMIC_CPU_H */