#ifndef _ASM_CPU_SH4_H_ #define _ASM_CPU_SH4_H_ #if defined (CONFIG_CPU_SH7750) #include #elif defined (CONFIG_CPU_SH7780) #include #else #error "Unknown SH4 variant" #endif #endif