1*4882a593Smuzhiyun #ifndef _ASM_SH_PROCESSOR_H_ 2*4882a593Smuzhiyun #define _ASM_SH_PROCESSOR_H_ 3*4882a593Smuzhiyun #if defined(CONFIG_CPU_SH2) 4*4882a593Smuzhiyun # include <asm/cpu_sh2.h> 5*4882a593Smuzhiyun #elif defined(CONFIG_CPU_SH3) 6*4882a593Smuzhiyun # include <asm/cpu_sh3.h> 7*4882a593Smuzhiyun #elif defined(CONFIG_CPU_SH4) 8*4882a593Smuzhiyun # include <asm/cpu_sh4.h> 9*4882a593Smuzhiyun #endif 10*4882a593Smuzhiyun #endif 11