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