tkernel_2/include/tk/sysdepend/tef_em1d/dbgspt_depend.h | bare source | permlink (0.01 seconds) |
1: /* 2: *---------------------------------------------------------------------- 3: * T-Kernel 2.0 Software Package 4: * 5: * Copyright 2011 by Ken Sakamura. 6: * This software is distributed under the latest version of T-License 2.x. 7: *---------------------------------------------------------------------- 8: * 9: * Released by T-Engine Forum(http://www.t-engine.org/) at 2011/05/17. 10: * Modified by TRON Forum(http://www.tron.org/) at 2015/06/01. 11: * 12: *---------------------------------------------------------------------- 13: */ 14: 15: /* 16: * @(#)dbgspt_depend.h (tk/EM1-D512) 17: * 18: * T-Kernel Debugger Support System-Dependent Definition (EM1-D512) 19: */ 20: 21: #ifndef __TK_DBGSPT_DEPEND_H__ 22: #define __TK_DBGSPT_DEPEND_H__ 23: 24: #ifdef __cplusplus 25: extern "C" { 26: #endif 27: 28: /* 29: * System call/extension SVC caller information 30: */ 31: typedef struct td_calinf { 32: void *ssp; /* System stack pointer */ 33: void *r11; /* Frame pointer when calling */ 34: } TD_CALINF; 35: 36: #ifdef __cplusplus 37: } 38: #endif 39: #endif /* __TK_DBGSPT_DEPEND_H__ */