1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13:
14:
15: 16: 17: 18: 19:
20:
21: #ifndef __TK_DBGSPT_COMMON_H__
22: #define __TK_DBGSPT_COMMON_H__
23:
24: 25: 26:
27: #if STD_SH7727
28: # include <tk/sysdepend/std_sh7727/dbgspt_depend.h>
29: #endif
30: #if STD_SH7751R
31: # include <tk/sysdepend/std_sh7751r/dbgspt_depend.h>
32: #endif
33: #if MIC_M32104
34: # include <tk/sysdepend/mic_m32104/dbgspt_depend.h>
35: #endif
36: #if STD_S1C38K
37: # include <tk/sysdepend/std_s1c38k/dbgspt_depend.h>
38: #endif
39: #if STD_MC9328
40: # include <tk/sysdepend/std_mc9328/dbgspt_depend.h>
41: #endif
42: #if MIC_VR4131
43: # include <tk/sysdepend/mic_vr4131/dbgspt_depend.h>
44: #endif
45: #if STD_VR5500
46: # include <tk/sysdepend/std_vr5500/dbgspt_depend.h>
47: #endif
48: #if STD_MB87Q1100
49: # include <tk/sysdepend/std_mb87q1100/dbgspt_depend.h>
50: #endif
51: #if STD_SH7760
52: # include <tk/sysdepend/std_sh7760/dbgspt_depend.h>
53: #endif
54: #if TEF_EM1D
55: # include <tk/sysdepend/tef_em1d/dbgspt_depend.h>
56: #endif
57:
58: #endif