source: rtems/cpukit/score/cpu/bfin/rtems/score/cpu_asm.h @ 30e2df6

4.104.114.95
Last change on this file since 30e2df6 was 4daebbd, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/08 at 15:25:14

2008-08-14 Sebastian Huber <sebastian.huber@…>

  • rtems/include/rtems/rtems/ratemon.h, rtems/include/rtems/rtems/status.h, score/include/rtems/score/coremutex.h, score/include/rtems/score/object.h: Removed extraneous commas.
  • Property mode set to 100644
File size: 559 bytes
Line 
1/**
2 * @file rtems/score/cpu_asm.h
3 */
4
5/*
6 *  Defines a couple of Macros used in cpu_asm.S
7 *
8 *  COPYRIGHT (c) 2006 by Atos Automacao Industrial Ltda.
9 *             written by Alain Schaefer <alain.schaefer@easc.ch>
10 *                    and Antonio Giovanini <antonio@atos.com.br>
11 *
12 *  The license and distribution terms for this file may be
13 *  found in the file LICENSE in this distribution or at
14 *  http://www.rtems.com/license/LICENSE.
15 *
16 *  $Id$
17 *
18 */
19
20#ifndef _RTEMS_SCORE_CPU_ASM_H
21#define _RTEMS_SCORE_CPU_ASM_H
22
23
24
25#endif
26
27/* end of file */
Note: See TracBrowser for help on using the repository browser.