]> Git Repo - J-u-boot.git/blob - include/asm-sh/cpu_sh4.h
Merge git://www.denx.de/git/u-boot
[J-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
This page took 0.023537 seconds and 4 git commands to generate.