source: rtems/cpukit/score/cpu/mips/rtems/score/cpuatomic.h @ c499856

4.115
Last change on this file since c499856 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • 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.