blob: bb9a35f643f42d337f6987fed6599717f88d16b6 [file] [log] [blame]
Nobuhiro Iwamatsu0b135cf2007-05-13 20:58:00 +09001#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