This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ae65a26dd3
linux
/
arch
/
cris
/
include
/
uapi
/
asm
/
ptrace.h
6 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
CRIS: UAPI: fix ptrace.h The exported ptrace.h header on CRIS references an "arch" directory which does not exist. Fix this by having the variants in the same directory and including them conditionally, similar to other architectures. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
2015-03-27 21:32:27 +00:00
#
ifdef __arch_v32
#
include
<asm/ptrace_v32.h>
#
else
#
include
<asm/ptrace_v10.h>
#
endif
Reference in New Issue
Copy Permalink