xref: /OK3568_Linux_fs/u-boot/arch/sh/include/asm/processor.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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