]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-rmobile/rmobile.h
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
[people/ms/u-boot.git] / arch / arm / include / asm / arch-rmobile / rmobile.h
CommitLineData
4fb44e22
NI
1#ifndef __ASM_ARCH_RMOBILE_H
2#define __ASM_ARCH_RMOBILE_H
3
4#if defined(CONFIG_RMOBILE)
1cdf2482
NI
5#if defined(CONFIG_SH73A0)
6#include <asm/arch/sh73a0.h>
cfa291b7
NI
7#elif defined(CONFIG_R8A7740)
8#include <asm/arch/r8a7740.h>
1d0e9278
NI
9#elif defined(CONFIG_R8A7790)
10#include <asm/arch/r8a7790.h>
bd0550fc
NI
11#elif defined(CONFIG_R8A7791)
12#include <asm/arch/r8a7791.h>
1cdf2482 13#else
4fb44e22 14#error "SOC Name not defined"
1cdf2482 15#endif
4fb44e22
NI
16#endif /* CONFIG_RMOBILE */
17
5dd8dbd7
NI
18#ifndef __ASSEMBLY__
19u32 rmobile_get_cpu_type(void);
20u32 rmobile_get_cpu_rev_integer(void);
21u32 rmobile_get_cpu_rev_fraction(void);
22#endif /* __ASSEMBLY__ */
23
4fb44e22 24#endif /* __ASM_ARCH_RMOBILE_H */