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