source: rtems/cpukit/score/cpu/bfin/rtems/score/cpuatomic.h @ 58a70b76

4.115
Last change on this file since 58a70b76 was 58a70b76, checked in by WeiY <wei.a.yang@…>, on 08/27/13 at 13:14:04

score: Simplify <rtems/score/cpuatomic.h>

Add proper license and copyright.

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