RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cpu_asm.h
Go to the documentation of this file.
1
11/*
12 * COPYRIGHT (c) 1989-2008.
13 * On-Line Applications Research Corporation (OAR).
14 *
15 * The license and distribution terms for this file may be
16 * found in the file LICENSE in this distribution or at
17 * http://www.rtems.org/license/LICENSE.
18 *
19 */
20
21#ifndef _RTEMS_SCORE_CPU_ASM_H
22#define _RTEMS_SCORE_CPU_ASM_H
23
24/* pull in the generated offsets */
25
26/*
27#include <rtems/score/offsets.h>
28*/
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 */