aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/ptrace.h
blob: 6dcbe2eed2e201a4c8bc980dcb15b868474fbcf3 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_PTRACE_H
#define ___ASM_SPARC_PTRACE_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/ptrace_64.h>
#else
#include <asm/ptrace_32.h>
#endif
#endif