blob: 938a89cff50b1b54ea418aab1889b923364591a7 [file] [log] [blame]
Nobuhiro Iwamatsu0b135cf2007-05-13 20:58:00 +09001#ifndef _ASM_SH_PROCESSOR_H_
2#define _ASM_SH_PROCESSOR_H_
Nobuhiro Iwamatsu6ad43d02008-08-31 22:48:33 +09003#if defined(CONFIG_SH2) || \
4 defined (CONFIG_SH2A)
5# include <asm/cpu_sh2.h>
6#elif defined (CONFIG_SH3)
Nobuhiro Iwamatsu0b135cf2007-05-13 20:58:00 +09007# include <asm/cpu_sh3.h>
Yusuke Godab55523e2008-03-05 14:23:26 +09008#elif defined (CONFIG_SH4) || \
9 defined (CONFIG_SH4A)
Nobuhiro Iwamatsu0b135cf2007-05-13 20:58:00 +090010# include <asm/cpu_sh4.h>
11#endif
12#endif