summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/or1k/rtems/score/cpuatomic.h
diff options
context:
space:
mode:
authorHesham ALMatary <heshamelmatary@gmail.com>2015-03-04 17:15:41 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-04 17:24:21 -0600
commit3358d62fe782c3c3ce3e9f70e1d6e79ad66263df (patch)
tree5d2d6d13fa712aea0b700247a90e38eab71d7b1b /cpukit/score/cpu/or1k/rtems/score/cpuatomic.h
parentcapture01: Update screen file (diff)
downloadrtems-3358d62fe782c3c3ce3e9f70e1d6e79ad66263df.tar.bz2
score/cpu/or1k: Add cpuatomic.h to fix broken build.
4e3d9a4d6c76fba8e31138d503f736405dafc213 broke or1k, cpuatomic.h has to be added to all architectures.
Diffstat (limited to 'cpukit/score/cpu/or1k/rtems/score/cpuatomic.h')
-rw-r--r--cpukit/score/cpu/or1k/rtems/score/cpuatomic.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/cpukit/score/cpu/or1k/rtems/score/cpuatomic.h b/cpukit/score/cpu/or1k/rtems/score/cpuatomic.h
new file mode 100644
index 0000000000..598ee76b20
--- /dev/null
+++ b/cpukit/score/cpu/or1k/rtems/score/cpuatomic.h
@@ -0,0 +1,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 */