This website requires JavaScript.
Explore
Help
Sign in
forge
/
linux-pinenote
Watch
1
Star
0
Fork
You've already forked linux-pinenote
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c378b5119e
linux-pinenote
/
arch
/
cris
/
include
/
uapi
/
asm
/
ptrace.h
5 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 22:32:27 +01:00
#
ifdef __arch_v32
#
include
<asm/ptrace_v32.h>
#
else
#
include
<asm/ptrace_v10.h>
#
endif
Reference in a new issue
Copy permalink