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