]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/sh/include/asm/processor.h
c3441ff558569b3ae53f6568cd98519e74fe0279
[karo-tx-uboot.git] / arch / sh / include / asm / processor.h
1 #ifndef _ASM_SH_PROCESSOR_H_
2 #define _ASM_SH_PROCESSOR_H_
3 #if defined(CONFIG_SH2) || \
4         defined (CONFIG_SH2A)
5 # include <asm/cpu_sh2.h>
6 #elif defined(CONFIG_SH3)
7 # include <asm/cpu_sh3.h>
8 #elif defined(CONFIG_SH4)
9 # include <asm/cpu_sh4.h>
10 #endif
11 #endif