Nobuhiro Iwamatsu | 0b135cf | 2007-05-13 20:58:00 +0900 | [diff] [blame] | 1 | #ifndef _ASM_SH_PROCESSOR_H_ |
| 2 | #define _ASM_SH_PROCESSOR_H_ |
Nobuhiro Iwamatsu | 6ad43d0 | 2008-08-31 22:48:33 +0900 | [diff] [blame] | 3 | #if defined(CONFIG_SH2) || \ |
| 4 | defined (CONFIG_SH2A) |
| 5 | # include <asm/cpu_sh2.h> |
| 6 | #elif defined (CONFIG_SH3) |
Nobuhiro Iwamatsu | 0b135cf | 2007-05-13 20:58:00 +0900 | [diff] [blame] | 7 | # include <asm/cpu_sh3.h> |
Yusuke Goda | b55523e | 2008-03-05 14:23:26 +0900 | [diff] [blame] | 8 | #elif defined (CONFIG_SH4) || \ |
| 9 | defined (CONFIG_SH4A) |
Nobuhiro Iwamatsu | 0b135cf | 2007-05-13 20:58:00 +0900 | [diff] [blame] | 10 | # include <asm/cpu_sh4.h> |
| 11 | #endif |
| 12 | #endif |