22d97b19ab97355ac9b18044419276ee3c92659f
[platform/kernel/u-boot.git] / arch / arm / mach-rmobile / include / mach / rmobile.h
1 #ifndef __ASM_ARCH_RMOBILE_H
2 #define __ASM_ARCH_RMOBILE_H
3
4 #if defined(CONFIG_ARCH_RMOBILE)
5 #if defined(CONFIG_SH73A0)
6 #include <asm/arch/sh73a0.h>
7 #elif defined(CONFIG_R8A7740)
8 #include <asm/arch/r8a7740.h>
9 #elif defined(CONFIG_R8A7790)
10 #include <asm/arch/r8a7790.h>
11 #elif defined(CONFIG_R8A7791)
12 #include <asm/arch/r8a7791.h>
13 #elif defined(CONFIG_R8A7792)
14 #include <asm/arch/r8a7792.h>
15 #elif defined(CONFIG_R8A7793)
16 #include <asm/arch/r8a7793.h>
17 #elif defined(CONFIG_R8A7794)
18 #include <asm/arch/r8a7794.h>
19 #elif defined(CONFIG_R8A7795)
20 #include <asm/arch/r8a7795.h>
21 #else
22 #error "SOC Name not defined"
23 #endif
24 #endif /* CONFIG_ARCH_RMOBILE */
25
26 #ifndef __ASSEMBLY__
27 u32 rmobile_get_cpu_type(void);
28 u32 rmobile_get_cpu_rev_integer(void);
29 u32 rmobile_get_cpu_rev_fraction(void);
30 #endif /* __ASSEMBLY__ */
31
32 #endif /* __ASM_ARCH_RMOBILE_H */