source: rtems/cpukit/score/cpu/c4x/rtems/score/cpu_asm.h @ 10f8664

4.104.114.84.95
Last change on this file since 10f8664 was 10f8664, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/02/04 at 07:39:05

2004-10-02 Ralf Corsepius <ralf_corsepius@…>

  • rtems/score/c4x.h: Add doxygen preamble.
  • rtems/score/cpu.h: Add doxygen preamble.
  • rtems/score/cpu_asm.h: Add doxygen preamble.
  • rtems/score/types.h: Add doxygen preamble.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1/**
2 * @file rtems/score/cpu_asm.h
3 */
4
5/*
6 *  Very loose template for an include file for the cpu_asm.? file
7 *  if it is implemented as a ".S" file (preprocessed by cpp) instead
8 *  of a ".s" file (preprocessed by gm4 or gasp).
9 *
10 *  COPYRIGHT (c) 1989-1999.
11 *  On-Line Applications Research Corporation (OAR).
12 *
13 *  The license and distribution terms for this file may be
14 *  found in the file LICENSE in this distribution or at
15 *  http://www.rtems.com/license/LICENSE.
16 *
17 *  $Id$
18 *
19 */
20
21#ifndef __CPU_ASM_h
22#define __CPU_ASM_h
23
24/* pull in the generated offsets */
25
26#include <rtems/score/offsets.h>
27
28/*
29 * Hardware General Registers
30 */
31
32/* put something here */
33
34/*
35 * Hardware Floating Point Registers
36 */
37
38/* put something here */
39
40/*
41 * Hardware Control Registers
42 */
43
44/* put something here */
45
46/*
47 * Calling Convention
48 */
49
50/* put something here */
51
52/*
53 * Temporary registers
54 */
55
56/* put something here */
57
58/*
59 * Floating Point Registers - SW Conventions
60 */
61
62/* put something here */
63
64/*
65 * Temporary floating point registers
66 */
67
68/* put something here */
69
70#endif
71
72/* end of file */
Note: See TracBrowser for help on using the repository browser.