blob: 388aa69c64cee49d8eb5f8b1e5897a8c34890c67 [file] [log] [blame]
Nobuhiro Iwamatsu0b135cf2007-05-13 20:58:00 +09001#ifndef _ASM_SH_PROCESSOR_H_
2#define _ASM_SH_PROCESSOR_H_
3#if defined CONFIG_SH3
4# include <asm/cpu_sh3.h>
Yusuke Godab55523e2008-03-05 14:23:26 +09005#elif defined (CONFIG_SH4) || \
6 defined (CONFIG_SH4A)
Nobuhiro Iwamatsu0b135cf2007-05-13 20:58:00 +09007# include <asm/cpu_sh4.h>
8#endif
9#endif