aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/ptrace.h
blob: f36ab6c30ff30cbf19c71e39af7a33c877b4b4bb (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-sparc/ptrace_64.h>
#else
#include <asm-sparc/ptrace_32.h>
#endif
#endif