2007-05-13 11:58:00 +00:00
|
|
|
#ifndef _ASM_SH_PROCESSOR_H_
|
|
|
|
#define _ASM_SH_PROCESSOR_H_
|
2008-08-31 13:48:33 +00:00
|
|
|
#if defined(CONFIG_SH2) || \
|
|
|
|
defined (CONFIG_SH2A)
|
|
|
|
# include <asm/cpu_sh2.h>
|
|
|
|
#elif defined (CONFIG_SH3)
|
2007-05-13 11:58:00 +00:00
|
|
|
# include <asm/cpu_sh3.h>
|
2008-03-05 05:23:26 +00:00
|
|
|
#elif defined (CONFIG_SH4) || \
|
|
|
|
defined (CONFIG_SH4A)
|
2007-05-13 11:58:00 +00:00
|
|
|
# include <asm/cpu_sh4.h>
|
|
|
|
#endif
|
|
|
|
#endif
|