rtai-core/include/asm-mips/rtai_stackframe.h

00001 /*
00002  * COPYRIGHT (C) 2001  Steve Papacharalambous (stevep@lineo.com)
00003  * COPYRIGHT (C) 2001  Paolo Mantegazza (mantegazza@aero.polimi.it)
00004  *                      
00005  * This library is free software; you can redistribute it and/or
00006  * modify it under the terms of the GNU Lesser General Public
00007  * License as published by the Free Software Foundation; either
00008  * version 2 of the License, or (at your option) any later version.
00009  *
00010  * This library is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013  * Lesser General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU Lesser General Public
00016  * License along with this library; if not, write to the Free Software
00017  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
00018  */
00019 #ifndef _RTAI_STACKFRAME_H_
00020 #define _RTAI_STACKFRAME_H_
00021 
00022 /*
00023  * Task stack register offsets.
00024  */
00025 #define RT_RA   0
00026 #define RT_R0   4
00027 #define RT_R1   8
00028 #define RT_R2   12
00029 #define RT_R3   16
00030 #define RT_R4   20
00031 #define RT_R5   24
00032 #define RT_R6   28
00033 #define RT_R7   32
00034 #define RT_R8   36
00035 #define RT_R9   40
00036 #define RT_R10  44
00037 #define RT_R11  48
00038 #define RT_R12  52
00039 #define RT_R13  56
00040 #define RT_R14  60
00041 #define RT_R15  64
00042 #define RT_R16  68
00043 #define RT_R17  72
00044 #define RT_R18  76
00045 #define RT_R19  80
00046 #define RT_R20  84
00047 #define RT_R21  88
00048 #define RT_R22  92
00049 #define RT_R23  96
00050 #define RT_R24  100
00051 #define RT_R25  104
00052 #define RT_R26  108
00053 #define RT_R27  112
00054 #define RT_R28  116
00055 #define RT_R29  120
00056 #define RT_R30  124
00057 #define RT_R31  128
00058 #define RT_SIZE 132
00059 
00060 
00061 #endif /* _RTAI_STACKFRAME_ */
00062 

Generated on Sat Jul 24 19:36:02 2004 for RTAI API by doxygen 1.3.4