1 /* 2 * linux/asm/assembler.h 3 * 4 * This file contains arm architecture specific defines 5 * for the different processors. 6 * 7 * Do not include any C declarations in this file - it is included by 8 * assembler source. 9 */ 10 #ifndef __ASSEMBLY__ 11 #error "Only include this from assembly code" 12 #endif 13 14 #include <asm/proc/ptrace.h> 15 #include <asm/proc/assembler.h> 16