sh: First support code of SuperH.
[oweals/u-boot.git] / include / asm-sh / cpu_sh4.h
1 #ifndef _ASM_CPU_SH4_H_
2 #define _ASM_CPU_SH4_H_
3 #if defined (CONFIG_CPU_SH7750)
4 #include <asm/cpu_sh7750.h>
5 #elif defined (CONFIG_CPU_SH7780)
6 #include <asm/cpu_sh7780.h>
7 #else
8 #error "Unknown SH4 variant"
9 #endif
10 #endif