summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/ptrace.h
blob: 5cd91dc31bb57d797c6d6feff2618360d5e2d154 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __ASM_ARM_PTRACE_H
#define __ASM_ARM_PTRACE_H

#include <asm/proc/ptrace.h>

#ifdef __KERNEL__
extern void show_regs(struct pt_regs *);
#endif

#endif