blob: e0275f32a055b40b11934f623c40128196d84200 [file] [log] [blame]
Nobuhiro Iwamatsu0b135cf2007-05-13 20:58:00 +09001#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