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