Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2
[platform/kernel/u-boot.git] / include / asm-sh / processor.h
1 #ifndef _ASM_SH_PROCESSOR_H_
2 #define _ASM_SH_PROCESSOR_H_
3 #if defined CONFIG_SH3
4 # include <asm/cpu_sh3.h>
5 #elif defined (CONFIG_SH4)
6 # include <asm/cpu_sh4.h>
7 #endif
8 #endif