summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/include/rtems/score/cpuatomic.h
blob: 598ee76b20443883020a7d3c44a65eccab071a9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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 <rtems/score/cpustdatomic.h>

#endif /* _RTEMS_SCORE_ATOMIC_CPU_H */