Import 2.3.6
[davej-history.git] / include / asm-arm / ptrace.h
blob5cd91dc31bb57d797c6d6feff2618360d5e2d154
1 #ifndef __ASM_ARM_PTRACE_H
2 #define __ASM_ARM_PTRACE_H
4 #include <asm/proc/ptrace.h>
6 #ifdef __KERNEL__
7 extern void show_regs(struct pt_regs *);
8 #endif
10 #endif