#ifndef __ASM_ARM_PTRACE_H #define __ASM_ARM_PTRACE_H #include #ifdef __KERNEL__ extern void show_regs(struct pt_regs *); #endif #endif