1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13:
14:
15: 16: 17: 18: 19:
20:
21: #ifndef __SYS_MACHINE_COMMON_H__
22: #define __SYS_MACHINE_COMMON_H__
23:
24: #ifdef _STD_SH7727_
25: # include <sys/sysdepend/std_sh7727/machine_depend.h>
26: #endif
27: #ifdef _STD_SH7751R_
28: # include <sys/sysdepend/std_sh7751r/machine_depend.h>
29: #endif
30: #ifdef _MIC_M32104_
31: # include <sys/sysdepend/mic_m32104/machine_depend.h>
32: #endif
33: #ifdef _STD_S1C38K_
34: # include <sys/sysdepend/std_s1c38k/machine_depend.h>
35: #endif
36: #ifdef _STD_MC9328_
37: # include <sys/sysdepend/std_mc9328/machine_depend.h>
38: #endif
39: #ifdef _MIC_VR4131_
40: # include <sys/sysdepend/mic_vr4131/machine_depend.h>
41: #endif
42: #ifdef _STD_VR5500_
43: # include <sys/sysdepend/std_vr5500/machine_depend.h>
44: #endif
45: #ifdef _STD_MB87Q1100_
46: # include <sys/sysdepend/std_mb87q1100/machine_depend.h>
47: #endif
48: #ifdef _STD_SH7760_
49: # include <sys/sysdepend/std_sh7760/machine_depend.h>
50: #endif
51: #ifdef _TEF_EM1D_
52: # include <sys/sysdepend/tef_em1d/machine_depend.h>
53: #endif
54:
55: #endif