]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/sh/include/asm/processor.h
Move architecture-specific includes to arch/$ARCH/include/asm
[people/ms/u-boot.git] / arch / sh / include / asm / processor.h
CommitLineData
0b135cfc
NI
1#ifndef _ASM_SH_PROCESSOR_H_
2#define _ASM_SH_PROCESSOR_H_
6ad43d0d
NI
3#if defined(CONFIG_SH2) || \
4 defined (CONFIG_SH2A)
5# include <asm/cpu_sh2.h>
6#elif defined (CONFIG_SH3)
0b135cfc 7# include <asm/cpu_sh3.h>
b55523ef
YG
8#elif defined (CONFIG_SH4) || \
9 defined (CONFIG_SH4A)
0b135cfc
NI
10# include <asm/cpu_sh4.h>
11#endif
12#endif