source: rtems/cpukit/score/cpu/epiphany/rtems/score/cpuatomic.h @ 66a5000d

4.115
Last change on this file since 66a5000d was 66a5000d, checked in by Hesham ALMatary <heshamelmatary@…>, on 05/21/15 at 16:52:56

cpukit: Add Epiphany architecture port v4

  • Property mode set to 100644
File size: 354 bytes
Line 
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
12#include <rtems/score/cpustdatomic.h>
13
14#endif /* _RTEMS_SCORE_ATOMIC_CPU_H */
Note: See TracBrowser for help on using the repository browser.