#ifndef __BITS_ASM_CPUCAP_H__ # define __BITS_ASM_CPUCAP_H__ /* CPU capabilities for assembler code. See also . */ /* CPU supports the SH4AL-DSP instruction set (with DSP turned on). */ #define __CPUCAP_SH4ALDSP 0x01 #endif /*__BITS_ASM_CPUCAP_H__*/