2007-05-13 11:58:00 +00:00
|
|
|
#ifndef _ASM_SH_PROCESSOR_H_
|
|
|
|
#define _ASM_SH_PROCESSOR_H_
|
|
|
|
#if defined CONFIG_SH3
|
|
|
|
# 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
|