aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/ptrace.h')
-rw-r--r--include/asm-sparc/ptrace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-sparc/ptrace.h b/include/asm-sparc/ptrace.h
index 6b5e6ce5043c..11f3bc2bb3f5 100644
--- a/include/asm-sparc/ptrace.h
+++ b/include/asm-sparc/ptrace.h
@@ -1,4 +1,3 @@
1/* $Id: ptrace.h,v 1.25 1997/03/04 16:27:25 jj Exp $ */
2#ifndef _SPARC_PTRACE_H 1#ifndef _SPARC_PTRACE_H
3#define _SPARC_PTRACE_H 2#define _SPARC_PTRACE_H
4 3
@@ -10,6 +9,8 @@
10 9
11#ifndef __ASSEMBLY__ 10#ifndef __ASSEMBLY__
12 11
12#include <linux/types.h>
13
13struct pt_regs { 14struct pt_regs {
14 unsigned long psr; 15 unsigned long psr;
15 unsigned long pc; 16 unsigned long pc;