Nobuhiro Iwamatsu | 970dc33 | 2007-05-13 20:58:00 +0900 | [diff] [blame] | 1 | #ifndef _ASM_SH_PROCESSOR_H_ |
| 2 | #define _ASM_SH_PROCESSOR_H_ |
Nobuhiro Iwamatsu | d09a635 | 2014-01-09 12:31:35 +0900 | [diff] [blame] | 3 | #if defined(CONFIG_SH2) |
Nobuhiro Iwamatsu | 5b6918e | 2008-08-31 22:48:33 +0900 | [diff] [blame] | 4 | # include <asm/cpu_sh2.h> |
Nobuhiro Iwamatsu | a12b8d8 | 2014-01-09 12:22:12 +0900 | [diff] [blame] | 5 | #elif defined(CONFIG_SH3) |
Nobuhiro Iwamatsu | 970dc33 | 2007-05-13 20:58:00 +0900 | [diff] [blame] | 6 | # include <asm/cpu_sh3.h> |
Nobuhiro Iwamatsu | a12b8d8 | 2014-01-09 12:22:12 +0900 | [diff] [blame] | 7 | #elif defined(CONFIG_SH4) |
Nobuhiro Iwamatsu | 970dc33 | 2007-05-13 20:58:00 +0900 | [diff] [blame] | 8 | # include <asm/cpu_sh4.h> |
| 9 | #endif |
| 10 | #endif |