00001 00005 /* 00006 * Very loose template for an include file for the cpu_asm.? file 00007 * if it is implemented as a ".S" file (preprocessed by cpp) instead 00008 * of a ".s" file (preprocessed by gm4 or gasp). 00009 * 00010 * COPYRIGHT (c) 1989-1999. 00011 * On-Line Applications Research Corporation (OAR). 00012 * 00013 * The license and distribution terms for this file may be 00014 * found in the file LICENSE in this distribution or at 00015 * http://www.rtems.com/license/LICENSE. 00016 * 00017 * $Id: cpu_asm.h,v 1.6 2005/01/28 15:56:09 ralf Exp $ 00018 * 00019 */ 00020 00021 #ifndef _RTEMS_SCORE_CPU_ASM_H 00022 #define _RTEMS_SCORE_CPU_ASM_H 00023 00024 /* pull in the generated offsets */ 00025 00026 #include <rtems/score/offsets.h> 00027 00028 /* 00029 * Hardware General Registers 00030 */ 00031 00032 /* put something here */ 00033 00034 /* 00035 * Hardware Floating Point Registers 00036 */ 00037 00038 /* put something here */ 00039 00040 /* 00041 * Hardware Control Registers 00042 */ 00043 00044 /* put something here */ 00045 00046 /* 00047 * Calling Convention 00048 */ 00049 00050 /* put something here */ 00051 00052 /* 00053 * Temporary registers 00054 */ 00055 00056 /* put something here */ 00057 00058 /* 00059 * Floating Point Registers - SW Conventions 00060 */ 00061 00062 /* put something here */ 00063 00064 /* 00065 * Temporary floating point registers 00066 */ 00067 00068 /* put something here */ 00069 00070 #endif 00071 00072 /* end of file */
1.5.6