RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cpuatomic.h
1/*
2 * COPYRIGHT (c) 2012-2013 Deng Hengyi.
3 *
4 * The license and distribution terms for this file may be
5 * found in the file LICENSE in this distribution or at
6 * http://www.rtems.org/license/LICENSE.
7 */
8
9#ifndef _RTEMS_SCORE_ATOMIC_CPU_H
10#define _RTEMS_SCORE_ATOMIC_CPU_H
11
13
14#endif /* _RTEMS_SCORE_ATOMIC_CPU_H */
Atomic Operations CPU API.