RTEMS
5.0.0
cpukit
score
cpu
v850
include
rtems
score
cpu_asm.h
Go to the documentation of this file.
1
10
/*
11
* COPYRIGHT (c) 1989-2012.
12
* On-Line Applications Research Corporation (OAR).
13
*
14
* The license and distribution terms for this file may be
15
* found in the file LICENSE in this distribution or at
16
* http://www.rtems.org/license/LICENSE.
17
*/
18
19
#ifndef _RTEMS_SCORE_CPU_ASM_H
20
#define _RTEMS_SCORE_CPU_ASM_H
21
22
/* pull in the generated offsets */
23
24
#include <rtems/score/offsets.h>
25
26
/*
27
* Hardware General Registers
28
*/
29
30
/* put something here */
31
32
/*
33
* Hardware Floating Point Registers
34
*/
35
36
/* put something here */
37
38
/*
39
* Hardware Control Registers
40
*/
41
42
/* put something here */
43
44
/*
45
* Calling Convention
46
*/
47
48
/* put something here */
49
50
/*
51
* Temporary registers
52
*/
53
54
/* put something here */
55
56
/*
57
* Floating Point Registers - SW Conventions
58
*/
59
60
/* put something here */
61
62
/*
63
* Temporary floating point registers
64
*/
65
66
/* put something here */
67
68
#endif
69
70
/* end of file */
Generated by
1.8.13